Shades of Biloba Flower #AA92DD
Tints of Biloba Flower #AA92DD
RGB
CMYK
RGB Variations
Color information
#AA92DD (or 0xAA92DD) is known color: Biloba Flower. HEX triplet: AA, 92 and DD. RGB value is (170,146,221). Sum of RGB (Red+Green+Blue) = 170+146+221=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92DD is #556D22. Grayscale: #A1A1A1. Windows color (decimal): -5598499 or 14521002. OLE color: 14521002.
HSL color Cylindrical-coordinate representation of color #AA92DD: hue angle of 259.2º degrees, saturation: 0.52, 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 #AA92DD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 146 | 221 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.13 |
| HSL | 259.2º | 0.52% | 0.72% | - |
| HSV(B) | 259.2º | 0.34% | 0.87% | - |
| XYZ | 39.91 | 34.32 | 72.93 | - |
| YUV | 161.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 221 | 0.23 | 0.34 | 0 | 0.13 | 259.2 | 0.52 | 0.72 |
| Hex | AA | 92 | DD | 17 | 22 | 0 | D | 103 | 34 | 48 |
| Octal | 252 | 222 | 335 | 27 | 42 | 0 | 15 | 403 | 64 | 110 |
| Binary | 10101010 | 10010010 | 11011101 | 10111 | 100010 | 0 | 1101 | 100000011 | 110100 | 1001000 |
Color Harmonies of #AA92DD
Complementary color
Monochromatic Colors of #AA92DD
Black with #AA92DD
Text Example
Text Example
White with #AA92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92DD; }
p { color: rgb(170,146,221); }
H1.HeaderClassName
{
color: #AA92DD;
}
.AnyTagClassName
{
color: #AA92DD;
}
</style>
background-color css
<style>
a { background-color: #AA92DD; }
a { background-color: rgb(170,146,221); }
div.DivClassName
{
background-color: #AA92DD;
}
.BgClassName
{
background-color: #AA92DD;
}
</style>
border-color css
<style>
span { border-color: #AA92DD; }
span { border-color: rgb(170,146,221); }
td.TdClassName
{
border-color: #AA92DD;
}
.TagClassName
{
border-color: #AA92DD;
}
</style>