#A99DD2

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

Shades of Biloba Flower #A99DD2

Tints of Biloba Flower #A99DD2

Color information

#A99DD2 (or 0xA99DD2) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and D2. RGB value is (169,157,210). Sum of RGB (Red+Green+Blue) = 169+157+210=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #A99DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DD2 is #56622D. Grayscale: #A6A6A6. Windows color (decimal): -5661230 or 13802921. OLE color: 13802921.

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

Color convert

RGB169157210-
CMYK0.200.2500.18
HSL253.58º37.06%71.96%-
HSV(B)253.58º25.24%82.35%-
XYZ40.0537.266.04-
YUV166.63152.48129.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 210 (82.42% from 255) = 39.18%
R=31.53%
G=29.29%
B=39.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691572100.200.2500.18253.5837.0671.96
HexA99DD21419012fe2548
Octal251235322243102237645110
Binary1010100110011101110100101010011001010010111111101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DD2; }

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

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

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

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

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

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

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

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