Shades of Biloba Flower #AA9BDC
Tints of Biloba Flower #AA9BDC
RGB
CMYK
RGB Variations
Color information
#AA9BDC (or 0xAA9BDC) is known color: Biloba Flower. HEX triplet: AA, 9B and DC. RGB value is (170,155,220). Sum of RGB (Red+Green+Blue) = 170+155+220=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BDC is #556423. Grayscale: #A6A6A6. Windows color (decimal): -5596196 or 14457770. OLE color: 14457770.
HSL color Cylindrical-coordinate representation of color #AA9BDC: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9BDC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 155 | 220 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.14 |
| HSL | 253.85º | 0.48% | 0.74% | - |
| HSV(B) | 253.85º | 0.3% | 0.86% | - |
| XYZ | 41.22 | 37.16 | 72.71 | - |
| YUV | 166.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 220 | 0.23 | 0.30 | 0 | 0.14 | 253.85 | 0.48 | 0.74 |
| Hex | AA | 9B | DC | 17 | 1E | 0 | E | FE | 30 | 4A |
| Octal | 252 | 233 | 334 | 27 | 36 | 0 | 16 | 376 | 60 | 112 |
| Binary | 10101010 | 10011011 | 11011100 | 10111 | 11110 | 0 | 1110 | 11111110 | 110000 | 1001010 |
Color Harmonies of #AA9BDC
Complementary color
Monochromatic Colors of #AA9BDC
Black with #AA9BDC
Text Example
Text Example
White with #AA9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BDC; }
p { color: rgb(170,155,220); }
H1.HeaderClassName
{
color: #AA9BDC;
}
.AnyTagClassName
{
color: #AA9BDC;
}
</style>
background-color css
<style>
a { background-color: #AA9BDC; }
a { background-color: rgb(170,155,220); }
div.DivClassName
{
background-color: #AA9BDC;
}
.BgClassName
{
background-color: #AA9BDC;
}
</style>
border-color css
<style>
span { border-color: #AA9BDC; }
span { border-color: rgb(170,155,220); }
td.TdClassName
{
border-color: #AA9BDC;
}
.TagClassName
{
border-color: #AA9BDC;
}
</style>