Shades of Biloba Flower #AA82DD
Tints of Biloba Flower #AA82DD
RGB
CMYK
RGB Variations
Color information
#AA82DD (or 0xAA82DD) is known color: Biloba Flower. HEX triplet: AA, 82 and DD. RGB value is (170,130,221). Sum of RGB (Red+Green+Blue) = 170+130+221=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82DD is #557D22. Grayscale: #989898. Windows color (decimal): -5602595 or 14516906. OLE color: 14516906.
HSL color Cylindrical-coordinate representation of color #AA82DD: hue angle of 266.37º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA82DD is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 130 | 221 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.13 |
| HSL | 266.37º | 0.57% | 0.69% | - |
| HSV(B) | 266.37º | 0.41% | 0.87% | - |
| XYZ | 37.61 | 29.73 | 72.16 | - |
| YUV | 152.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 221 | 0.23 | 0.41 | 0 | 0.13 | 266.37 | 0.57 | 0.69 |
| Hex | AA | 82 | DD | 17 | 29 | 0 | D | 10A | 39 | 45 |
| Octal | 252 | 202 | 335 | 27 | 51 | 0 | 15 | 412 | 71 | 105 |
| Binary | 10101010 | 10000010 | 11011101 | 10111 | 101001 | 0 | 1101 | 100001010 | 111001 | 1000101 |
Color Harmonies of #AA82DD
Complementary color
Monochromatic Colors of #AA82DD
Black with #AA82DD
Text Example
Text Example
White with #AA82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82DD; }
p { color: rgb(170,130,221); }
H1.HeaderClassName
{
color: #AA82DD;
}
.AnyTagClassName
{
color: #AA82DD;
}
</style>
background-color css
<style>
a { background-color: #AA82DD; }
a { background-color: rgb(170,130,221); }
div.DivClassName
{
background-color: #AA82DD;
}
.BgClassName
{
background-color: #AA82DD;
}
</style>
border-color css
<style>
span { border-color: #AA82DD; }
span { border-color: rgb(170,130,221); }
td.TdClassName
{
border-color: #AA82DD;
}
.TagClassName
{
border-color: #AA82DD;
}
</style>