#A99EC9

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

Shades of Biloba Flower #A99EC9

Tints of Biloba Flower #A99EC9

Color information

#A99EC9 (or 0xA99EC9) is unknown color: approx Biloba Flower. HEX triplet: A9, 9E and C9. RGB value is (169,158,201). Sum of RGB (Red+Green+Blue) = 169+158+201=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #A99EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC9 is #566136. Grayscale: #A6A6A6. Windows color (decimal): -5660983 or 13213353. OLE color: 13213353.

HSL color Cylindrical-coordinate representation of color #A99EC9: hue angle of 255.35º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99EC9 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169158201-
CMYK0.160.2100.21
HSL255.35º28.48%70.39%-
HSV(B)255.35º21.39%78.82%-
XYZ39.1337.1160.36-
YUV166.19147.64130-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=32.01%
G=29.92%
B=38.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691582010.160.2100.21255.3528.4870.39
HexA99EC91015015ff1c46
Octal251236311202502537734106
Binary101010011001111011001001100001010101010111111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EC9; }

 p { color: rgb(169,158,201); }

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

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

 a { background-color: rgb(169,158,201); }

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

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

 span { border-color: rgb(169,158,201); }

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