#A98CCE

Color #A98CCE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A98CCE

Tints of Biloba Flower #A98CCE

Color information

#A98CCE (or 0xA98CCE) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and CE. RGB value is (169,140,206). Sum of RGB (Red+Green+Blue) = 169+140+206=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A98CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CCE is #567331. Grayscale: #9B9B9B. Windows color (decimal): -5665586 or 13536425. OLE color: 13536425.

HSL color Cylindrical-coordinate representation of color #A98CCE: hue angle of 266.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98CCE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169140206-
CMYK0.180.3200.19
HSL266.36º40.24%67.84%-
HSV(B)266.36º32.04%80.78%-
XYZ36.8831.6562.56-
YUV156.2156.11137.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 206 (80.86% from 255) = 40%
R=32.82%
G=27.18%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691402060.180.3200.19266.3640.2467.84
HexA98CCE122001310a2844
Octal251214316224002341250104
Binary101010011000110011001110100101000000100111000010101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CCE; }

 p { color: rgb(169,140,206); }

 H1.HeaderClassName
 {
   color: #A98CCE;
 }
 .AnyTagClassName
 {
   color: #A98CCE;
 }
</style>
background-color css

<style>
 a { background-color: #A98CCE; }

 a { background-color: rgb(169,140,206); }

 div.DivClassName
 {
   background-color: #A98CCE;
 }
 .BgClassName
 {
   background-color: #A98CCE;
 }
</style>
border-color css

<style>
 span { border-color: #A98CCE; }

 span { border-color: rgb(169,140,206); }

 td.TdClassName
 {
   border-color: #A98CCE;
 }
 .TagClassName
 {
   border-color: #A98CCE;
 }
</style>