Shades of Biloba Flower #AA91DC
Tints of Biloba Flower #AA91DC
RGB
CMYK
RGB Variations
Color information
#AA91DC (or 0xAA91DC) is known color: Biloba Flower. HEX triplet: AA, 91 and DC. RGB value is (170,145,220). Sum of RGB (Red+Green+Blue) = 170+145+220=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91DC is #556E23. Grayscale: #A0A0A0. Windows color (decimal): -5598756 or 14455210. OLE color: 14455210.
HSL color Cylindrical-coordinate representation of color #AA91DC: hue angle of 260º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA91DC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 145 | 220 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.14 |
| HSL | 260º | 0.52% | 0.72% | - |
| HSV(B) | 260º | 0.34% | 0.86% | - |
| XYZ | 39.62 | 33.96 | 72.18 | - |
| YUV | 161.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 220 | 0.23 | 0.34 | 0 | 0.14 | 260 | 0.52 | 0.72 |
| Hex | AA | 91 | DC | 17 | 22 | 0 | E | 104 | 34 | 48 |
| Octal | 252 | 221 | 334 | 27 | 42 | 0 | 16 | 404 | 64 | 110 |
| Binary | 10101010 | 10010001 | 11011100 | 10111 | 100010 | 0 | 1110 | 100000100 | 110100 | 1001000 |
Color Harmonies of #AA91DC
Complementary color
Monochromatic Colors of #AA91DC
Black with #AA91DC
Text Example
Text Example
White with #AA91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91DC; }
p { color: rgb(170,145,220); }
H1.HeaderClassName
{
color: #AA91DC;
}
.AnyTagClassName
{
color: #AA91DC;
}
</style>
background-color css
<style>
a { background-color: #AA91DC; }
a { background-color: rgb(170,145,220); }
div.DivClassName
{
background-color: #AA91DC;
}
.BgClassName
{
background-color: #AA91DC;
}
</style>
border-color css
<style>
span { border-color: #AA91DC; }
span { border-color: rgb(170,145,220); }
td.TdClassName
{
border-color: #AA91DC;
}
.TagClassName
{
border-color: #AA91DC;
}
</style>