Shades of Biloba Flower #AA82D2
Tints of Biloba Flower #AA82D2
RGB
CMYK
RGB Variations
Color information
#AA82D2 (or 0xAA82D2) is known color: Biloba Flower. HEX triplet: AA, 82 and D2. RGB value is (170,130,210). Sum of RGB (Red+Green+Blue) = 170+130+210=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA82D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82D2 is #557D2D. Grayscale: #969696. Windows color (decimal): -5602606 or 13796010. OLE color: 13796010.
HSL color Cylindrical-coordinate representation of color #AA82D2: hue angle of 270º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA82D2 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 130 | 210 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.18 |
| HSL | 270º | 0.47% | 0.67% | - |
| HSV(B) | 270º | 0.38% | 0.82% | - |
| XYZ | 36.19 | 29.16 | 64.69 | - |
| YUV | 151.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 210 | 0.19 | 0.38 | 0 | 0.18 | 270 | 0.47 | 0.67 |
| Hex | AA | 82 | D2 | 13 | 26 | 0 | 12 | 10E | 2F | 43 |
| Octal | 252 | 202 | 322 | 23 | 46 | 0 | 22 | 416 | 57 | 103 |
| Binary | 10101010 | 10000010 | 11010010 | 10011 | 100110 | 0 | 10010 | 100001110 | 101111 | 1000011 |
Color Harmonies of #AA82D2
Complementary color
Monochromatic Colors of #AA82D2
Black with #AA82D2
Text Example
Text Example
White with #AA82D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82D2; }
p { color: rgb(170,130,210); }
H1.HeaderClassName
{
color: #AA82D2;
}
.AnyTagClassName
{
color: #AA82D2;
}
</style>
background-color css
<style>
a { background-color: #AA82D2; }
a { background-color: rgb(170,130,210); }
div.DivClassName
{
background-color: #AA82D2;
}
.BgClassName
{
background-color: #AA82D2;
}
</style>
border-color css
<style>
span { border-color: #AA82D2; }
span { border-color: rgb(170,130,210); }
td.TdClassName
{
border-color: #AA82D2;
}
.TagClassName
{
border-color: #AA82D2;
}
</style>