Shades of Biloba Flower #AA99DC
Tints of Biloba Flower #AA99DC
RGB
CMYK
RGB Variations
Color information
#AA99DC (or 0xAA99DC) is known color: Biloba Flower. HEX triplet: AA, 99 and DC. RGB value is (170,153,220). Sum of RGB (Red+Green+Blue) = 170+153+220=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DC is #556623. Grayscale: #A5A5A5. Windows color (decimal): -5596708 or 14457258. OLE color: 14457258.
HSL color Cylindrical-coordinate representation of color #AA99DC: hue angle of 255.22º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA99DC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 153 | 220 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.14 |
| HSL | 255.22º | 0.49% | 0.73% | - |
| HSV(B) | 255.22º | 0.3% | 0.86% | - |
| XYZ | 40.89 | 36.5 | 72.6 | - |
| YUV | 165.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 220 | 0.23 | 0.30 | 0 | 0.14 | 255.22 | 0.49 | 0.73 |
| Hex | AA | 99 | DC | 17 | 1E | 0 | E | FF | 31 | 49 |
| Octal | 252 | 231 | 334 | 27 | 36 | 0 | 16 | 377 | 61 | 111 |
| Binary | 10101010 | 10011001 | 11011100 | 10111 | 11110 | 0 | 1110 | 11111111 | 110001 | 1001001 |
Color Harmonies of #AA99DC
Complementary color
Monochromatic Colors of #AA99DC
Black with #AA99DC
Text Example
Text Example
White with #AA99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99DC; }
p { color: rgb(170,153,220); }
H1.HeaderClassName
{
color: #AA99DC;
}
.AnyTagClassName
{
color: #AA99DC;
}
</style>
background-color css
<style>
a { background-color: #AA99DC; }
a { background-color: rgb(170,153,220); }
div.DivClassName
{
background-color: #AA99DC;
}
.BgClassName
{
background-color: #AA99DC;
}
</style>
border-color css
<style>
span { border-color: #AA99DC; }
span { border-color: rgb(170,153,220); }
td.TdClassName
{
border-color: #AA99DC;
}
.TagClassName
{
border-color: #AA99DC;
}
</style>