#A99ECA

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

Shades of Biloba Flower #A99ECA

Tints of Biloba Flower #A99ECA

Color information

#A99ECA (or 0xA99ECA) is unknown color: approx Biloba Flower. HEX triplet: A9, 9E and CA. RGB value is (169,158,202). Sum of RGB (Red+Green+Blue) = 169+158+202=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #A99ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ECA is #566135. Grayscale: #A6A6A6. Windows color (decimal): -5660982 or 13278889. OLE color: 13278889.

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

Color convert

RGB169158202-
CMYK0.160.2200.21
HSL255º29.33%70.59%-
HSV(B)255º21.78%79.22%-
XYZ39.2537.1560.98-
YUV166.3148.14129.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=31.95%
G=29.87%
B=38.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691582020.160.2200.2125529.3370.59
HexA99ECA1016015ff1d47
Octal251236312202602537735107
Binary101010011001111011001010100001011001010111111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ECA; }

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

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

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

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

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

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

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

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