#A99EC0

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

Shades of Biloba Flower #A99EC0

Tints of Biloba Flower #A99EC0

Color information

#A99EC0 (or 0xA99EC0) is unknown color: approx Biloba Flower. HEX triplet: A9, 9E and C0. RGB value is (169,158,192). Sum of RGB (Red+Green+Blue) = 169+158+192=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #A99EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC0 is #56613F. Grayscale: #A5A5A5. Windows color (decimal): -5660992 or 12623529. OLE color: 12623529.

HSL color Cylindrical-coordinate representation of color #A99EC0: hue angle of 259.41º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99EC0 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169158192-
CMYK0.120.1800.25
HSL259.41º21.25%68.63%-
HSV(B)259.41º17.71%75.29%-
XYZ38.136.6954.94-
YUV165.16143.14130.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=32.56%
G=30.44%
B=36.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691581920.120.1800.25259.4121.2568.63
HexA99EC0C120191031545
Octal251236300142203140325105
Binary101010011001111011000000110010010011001100000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EC0; }

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

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

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

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

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

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

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

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