#A99CD2

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

Shades of Biloba Flower #A99CD2

Tints of Biloba Flower #A99CD2

Color information

#A99CD2 (or 0xA99CD2) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and D2. RGB value is (169,156,210). Sum of RGB (Red+Green+Blue) = 169+156+210=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #A99CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CD2 is #56632D. Grayscale: #A5A5A5. Windows color (decimal): -5661486 or 13802665. OLE color: 13802665.

HSL color Cylindrical-coordinate representation of color #A99CD2: hue angle of 254.44º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A99CD2 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169156210-
CMYK0.200.2600.18
HSL254.44º37.5%71.76%-
HSV(B)254.44º25.71%82.35%-
XYZ39.8836.8765.99-
YUV166.04152.81130.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=31.59%
G=29.16%
B=39.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691562100.200.2600.18254.4437.571.76
HexA99CD2141A012fe2548
Octal251234322243202237645110
Binary1010100110011100110100101010011010010010111111101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CD2; }

 p { color: rgb(169,156,210); }

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

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

 a { background-color: rgb(169,156,210); }

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

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

 span { border-color: rgb(169,156,210); }

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