Shades of Biloba Flower #AA9AD1
Tints of Biloba Flower #AA9AD1
RGB
CMYK
RGB Variations
Color information
#AA9AD1 (or 0xAA9AD1) is known color: Biloba Flower. HEX triplet: AA, 9A and D1. RGB value is (170,154,209). Sum of RGB (Red+Green+Blue) = 170+154+209=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA9AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AD1 is #55652E. Grayscale: #A4A4A4. Windows color (decimal): -5596463 or 13736618. OLE color: 13736618.
HSL color Cylindrical-coordinate representation of color #AA9AD1: hue angle of 257.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA9AD1 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 154 | 209 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.18 |
| HSL | 257.45º | 0.37% | 0.71% | - |
| HSV(B) | 257.45º | 0.26% | 0.82% | - |
| XYZ | 39.64 | 36.26 | 65.23 | - |
| YUV | 165.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 209 | 0.19 | 0.26 | 0 | 0.18 | 257.45 | 0.37 | 0.71 |
| Hex | AA | 9A | D1 | 13 | 1A | 0 | 12 | 101 | 25 | 47 |
| Octal | 252 | 232 | 321 | 23 | 32 | 0 | 22 | 401 | 45 | 107 |
| Binary | 10101010 | 10011010 | 11010001 | 10011 | 11010 | 0 | 10010 | 100000001 | 100101 | 1000111 |
Color Harmonies of #AA9AD1
Complementary color
Monochromatic Colors of #AA9AD1
Black with #AA9AD1
Text Example
Text Example
White with #AA9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AD1; }
p { color: rgb(170,154,209); }
H1.HeaderClassName
{
color: #AA9AD1;
}
.AnyTagClassName
{
color: #AA9AD1;
}
</style>
background-color css
<style>
a { background-color: #AA9AD1; }
a { background-color: rgb(170,154,209); }
div.DivClassName
{
background-color: #AA9AD1;
}
.BgClassName
{
background-color: #AA9AD1;
}
</style>
border-color css
<style>
span { border-color: #AA9AD1; }
span { border-color: rgb(170,154,209); }
td.TdClassName
{
border-color: #AA9AD1;
}
.TagClassName
{
border-color: #AA9AD1;
}
</style>