Shades of Biloba Flower #AA84DD
Tints of Biloba Flower #AA84DD
RGB
CMYK
RGB Variations
Color information
#AA84DD (or 0xAA84DD) is known color: Biloba Flower. HEX triplet: AA, 84 and DD. RGB value is (170,132,221). Sum of RGB (Red+Green+Blue) = 170+132+221=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84DD is #557B22. Grayscale: #999999. Windows color (decimal): -5602083 or 14517418. OLE color: 14517418.
HSL color Cylindrical-coordinate representation of color #AA84DD: hue angle of 265.62º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA84DD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 132 | 221 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.13 |
| HSL | 265.62º | 0.57% | 0.69% | - |
| HSV(B) | 265.62º | 0.4% | 0.87% | - |
| XYZ | 37.88 | 30.27 | 72.25 | - |
| YUV | 153.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 221 | 0.23 | 0.40 | 0 | 0.13 | 265.62 | 0.57 | 0.69 |
| Hex | AA | 84 | DD | 17 | 28 | 0 | D | 10A | 39 | 45 |
| Octal | 252 | 204 | 335 | 27 | 50 | 0 | 15 | 412 | 71 | 105 |
| Binary | 10101010 | 10000100 | 11011101 | 10111 | 101000 | 0 | 1101 | 100001010 | 111001 | 1000101 |
Color Harmonies of #AA84DD
Complementary color
Monochromatic Colors of #AA84DD
Black with #AA84DD
Text Example
Text Example
White with #AA84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84DD; }
p { color: rgb(170,132,221); }
H1.HeaderClassName
{
color: #AA84DD;
}
.AnyTagClassName
{
color: #AA84DD;
}
</style>
background-color css
<style>
a { background-color: #AA84DD; }
a { background-color: rgb(170,132,221); }
div.DivClassName
{
background-color: #AA84DD;
}
.BgClassName
{
background-color: #AA84DD;
}
</style>
border-color css
<style>
span { border-color: #AA84DD; }
span { border-color: rgb(170,132,221); }
td.TdClassName
{
border-color: #AA84DD;
}
.TagClassName
{
border-color: #AA84DD;
}
</style>