Shades of Biloba Flower #AA82DB
Tints of Biloba Flower #AA82DB
RGB
CMYK
RGB Variations
Color information
#AA82DB (or 0xAA82DB) is known color: Biloba Flower. HEX triplet: AA, 82 and DB. RGB value is (170,130,219). Sum of RGB (Red+Green+Blue) = 170+130+219=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82DB is #557D24. Grayscale: #979797. Windows color (decimal): -5602597 or 14385834. OLE color: 14385834.
HSL color Cylindrical-coordinate representation of color #AA82DB: hue angle of 266.97º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA82DB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 130 | 219 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.14 |
| HSL | 266.97º | 0.55% | 0.68% | - |
| HSV(B) | 266.97º | 0.41% | 0.86% | - |
| XYZ | 37.35 | 29.63 | 70.77 | - |
| YUV | 152.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 219 | 0.22 | 0.41 | 0 | 0.14 | 266.97 | 0.55 | 0.68 |
| Hex | AA | 82 | DB | 16 | 29 | 0 | E | 10B | 37 | 44 |
| Octal | 252 | 202 | 333 | 26 | 51 | 0 | 16 | 413 | 67 | 104 |
| Binary | 10101010 | 10000010 | 11011011 | 10110 | 101001 | 0 | 1110 | 100001011 | 110111 | 1000100 |
Color Harmonies of #AA82DB
Complementary color
Monochromatic Colors of #AA82DB
Black with #AA82DB
Text Example
Text Example
White with #AA82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82DB; }
p { color: rgb(170,130,219); }
H1.HeaderClassName
{
color: #AA82DB;
}
.AnyTagClassName
{
color: #AA82DB;
}
</style>
background-color css
<style>
a { background-color: #AA82DB; }
a { background-color: rgb(170,130,219); }
div.DivClassName
{
background-color: #AA82DB;
}
.BgClassName
{
background-color: #AA82DB;
}
</style>
border-color css
<style>
span { border-color: #AA82DB; }
span { border-color: rgb(170,130,219); }
td.TdClassName
{
border-color: #AA82DB;
}
.TagClassName
{
border-color: #AA82DB;
}
</style>