Shades of Biloba Flower #AA9ADD
Tints of Biloba Flower #AA9ADD
RGB
CMYK
RGB Variations
Color information
#AA9ADD (or 0xAA9ADD) is known color: Biloba Flower. HEX triplet: AA, 9A and DD. RGB value is (170,154,221). Sum of RGB (Red+Green+Blue) = 170+154+221=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADD is #556522. Grayscale: #A6A6A6. Windows color (decimal): -5596451 or 14523050. OLE color: 14523050.
HSL color Cylindrical-coordinate representation of color #AA9ADD: hue angle of 254.33º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9ADD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 154 | 221 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.13 |
| HSL | 254.33º | 0.5% | 0.74% | - |
| HSV(B) | 254.33º | 0.3% | 0.87% | - |
| XYZ | 41.18 | 36.88 | 73.35 | - |
| YUV | 166.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 221 | 0.23 | 0.30 | 0 | 0.13 | 254.33 | 0.5 | 0.74 |
| Hex | AA | 9A | DD | 17 | 1E | 0 | D | FE | 32 | 4A |
| Octal | 252 | 232 | 335 | 27 | 36 | 0 | 15 | 376 | 62 | 112 |
| Binary | 10101010 | 10011010 | 11011101 | 10111 | 11110 | 0 | 1101 | 11111110 | 110010 | 1001010 |
Color Harmonies of #AA9ADD
Complementary color
Monochromatic Colors of #AA9ADD
Black with #AA9ADD
Text Example
Text Example
White with #AA9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ADD; }
p { color: rgb(170,154,221); }
H1.HeaderClassName
{
color: #AA9ADD;
}
.AnyTagClassName
{
color: #AA9ADD;
}
</style>
background-color css
<style>
a { background-color: #AA9ADD; }
a { background-color: rgb(170,154,221); }
div.DivClassName
{
background-color: #AA9ADD;
}
.BgClassName
{
background-color: #AA9ADD;
}
</style>
border-color css
<style>
span { border-color: #AA9ADD; }
span { border-color: rgb(170,154,221); }
td.TdClassName
{
border-color: #AA9ADD;
}
.TagClassName
{
border-color: #AA9ADD;
}
</style>