Shades of Biloba Flower #AA82E5
Tints of Biloba Flower #AA82E5
RGB
CMYK
RGB Variations
Color information
#AA82E5 (or 0xAA82E5) is known color: Biloba Flower. HEX triplet: AA, 82 and E5. RGB value is (170,130,229). Sum of RGB (Red+Green+Blue) = 170+130+229=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA82E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82E5 is #557D1A. Grayscale: #989898. Windows color (decimal): -5602587 or 15041194. OLE color: 15041194.
HSL color Cylindrical-coordinate representation of color #AA82E5: hue angle of 264.24º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA82E5 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 130 | 229 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.10 |
| HSL | 264.24º | 0.66% | 0.7% | - |
| HSV(B) | 264.24º | 0.43% | 0.9% | - |
| XYZ | 38.7 | 30.17 | 77.91 | - |
| YUV | 153.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 229 | 0.26 | 0.43 | 0 | 0.10 | 264.24 | 0.66 | 0.7 |
| Hex | AA | 82 | E5 | 1A | 2B | 0 | A | 108 | 42 | 46 |
| Octal | 252 | 202 | 345 | 32 | 53 | 0 | 12 | 410 | 102 | 106 |
| Binary | 10101010 | 10000010 | 11100101 | 11010 | 101011 | 0 | 1010 | 100001000 | 1000010 | 1000110 |
Color Harmonies of #AA82E5
Complementary color
Monochromatic Colors of #AA82E5
Black with #AA82E5
Text Example
Text Example
White with #AA82E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82E5; }
p { color: rgb(170,130,229); }
H1.HeaderClassName
{
color: #AA82E5;
}
.AnyTagClassName
{
color: #AA82E5;
}
</style>
background-color css
<style>
a { background-color: #AA82E5; }
a { background-color: rgb(170,130,229); }
div.DivClassName
{
background-color: #AA82E5;
}
.BgClassName
{
background-color: #AA82E5;
}
</style>
border-color css
<style>
span { border-color: #AA82E5; }
span { border-color: rgb(170,130,229); }
td.TdClassName
{
border-color: #AA82E5;
}
.TagClassName
{
border-color: #AA82E5;
}
</style>