Shades of Biloba Flower #AA84DC
Tints of Biloba Flower #AA84DC
RGB
CMYK
RGB Variations
Color information
#AA84DC (or 0xAA84DC) is known color: Biloba Flower. HEX triplet: AA, 84 and DC. RGB value is (170,132,220). Sum of RGB (Red+Green+Blue) = 170+132+220=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84DC is #557B23. Grayscale: #999999. Windows color (decimal): -5602084 or 14451882. OLE color: 14451882.
HSL color Cylindrical-coordinate representation of color #AA84DC: hue angle of 265.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA84DC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 132 | 220 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.14 |
| HSL | 265.91º | 0.56% | 0.69% | - |
| HSV(B) | 265.91º | 0.4% | 0.86% | - |
| XYZ | 37.75 | 30.22 | 71.55 | - |
| YUV | 153.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 220 | 0.23 | 0.40 | 0 | 0.14 | 265.91 | 0.56 | 0.69 |
| Hex | AA | 84 | DC | 17 | 28 | 0 | E | 10A | 38 | 45 |
| Octal | 252 | 204 | 334 | 27 | 50 | 0 | 16 | 412 | 70 | 105 |
| Binary | 10101010 | 10000100 | 11011100 | 10111 | 101000 | 0 | 1110 | 100001010 | 111000 | 1000101 |
Color Harmonies of #AA84DC
Complementary color
Monochromatic Colors of #AA84DC
Black with #AA84DC
Text Example
Text Example
White with #AA84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84DC; }
p { color: rgb(170,132,220); }
H1.HeaderClassName
{
color: #AA84DC;
}
.AnyTagClassName
{
color: #AA84DC;
}
</style>
background-color css
<style>
a { background-color: #AA84DC; }
a { background-color: rgb(170,132,220); }
div.DivClassName
{
background-color: #AA84DC;
}
.BgClassName
{
background-color: #AA84DC;
}
</style>
border-color css
<style>
span { border-color: #AA84DC; }
span { border-color: rgb(170,132,220); }
td.TdClassName
{
border-color: #AA84DC;
}
.TagClassName
{
border-color: #AA84DC;
}
</style>