#A99ECB

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

Shades of Biloba Flower #A99ECB

Tints of Biloba Flower #A99ECB

Color information

#A99ECB (or 0xA99ECB) is unknown color: approx Biloba Flower. HEX triplet: A9, 9E and CB. RGB value is (169,158,203). Sum of RGB (Red+Green+Blue) = 169+158+203=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #A99ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ECB is #566134. Grayscale: #A6A6A6. Windows color (decimal): -5660981 or 13344425. OLE color: 13344425.

HSL color Cylindrical-coordinate representation of color #A99ECB: hue angle of 254.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99ECB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169158203-
CMYK0.170.2200.20
HSL254.67º30.2%70.78%-
HSV(B)254.67º22.17%79.61%-
XYZ39.3737.261.61-
YUV166.42148.64129.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=31.89%
G=29.81%
B=38.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691582030.170.2200.20254.6730.270.78
HexA99ECB1116014ff1e47
Octal251236313212602437736107
Binary101010011001111011001011100011011001010011111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ECB; }

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

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

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

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

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

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

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

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