Shades of Biloba Flower #AA91DD
Tints of Biloba Flower #AA91DD
RGB
CMYK
RGB Variations
Color information
#AA91DD (or 0xAA91DD) is known color: Biloba Flower. HEX triplet: AA, 91 and DD. RGB value is (170,145,221). Sum of RGB (Red+Green+Blue) = 170+145+221=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91DD is #556E22. Grayscale: #A0A0A0. Windows color (decimal): -5598755 or 14520746. OLE color: 14520746.
HSL color Cylindrical-coordinate representation of color #AA91DD: hue angle of 259.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA91DD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 145 | 221 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.13 |
| HSL | 259.74º | 0.53% | 0.72% | - |
| HSV(B) | 259.74º | 0.34% | 0.87% | - |
| XYZ | 39.75 | 34.02 | 72.88 | - |
| YUV | 161.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 221 | 0.23 | 0.34 | 0 | 0.13 | 259.74 | 0.53 | 0.72 |
| Hex | AA | 91 | DD | 17 | 22 | 0 | D | 104 | 35 | 48 |
| Octal | 252 | 221 | 335 | 27 | 42 | 0 | 15 | 404 | 65 | 110 |
| Binary | 10101010 | 10010001 | 11011101 | 10111 | 100010 | 0 | 1101 | 100000100 | 110101 | 1001000 |
Color Harmonies of #AA91DD
Complementary color
Monochromatic Colors of #AA91DD
Black with #AA91DD
Text Example
Text Example
White with #AA91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91DD; }
p { color: rgb(170,145,221); }
H1.HeaderClassName
{
color: #AA91DD;
}
.AnyTagClassName
{
color: #AA91DD;
}
</style>
background-color css
<style>
a { background-color: #AA91DD; }
a { background-color: rgb(170,145,221); }
div.DivClassName
{
background-color: #AA91DD;
}
.BgClassName
{
background-color: #AA91DD;
}
</style>
border-color css
<style>
span { border-color: #AA91DD; }
span { border-color: rgb(170,145,221); }
td.TdClassName
{
border-color: #AA91DD;
}
.TagClassName
{
border-color: #AA91DD;
}
</style>