Shades of Biloba Flower #AA82DF
Tints of Biloba Flower #AA82DF
RGB
CMYK
RGB Variations
Color information
#AA82DF (or 0xAA82DF) is known color: Biloba Flower. HEX triplet: AA, 82 and DF. RGB value is (170,130,223). Sum of RGB (Red+Green+Blue) = 170+130+223=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA82DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82DF is #557D20. Grayscale: #989898. Windows color (decimal): -5602593 or 14647978. OLE color: 14647978.
HSL color Cylindrical-coordinate representation of color #AA82DF: hue angle of 265.81º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA82DF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 130 | 223 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.13 |
| HSL | 265.81º | 0.59% | 0.69% | - |
| HSV(B) | 265.81º | 0.42% | 0.87% | - |
| XYZ | 37.88 | 29.84 | 73.58 | - |
| YUV | 152.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 223 | 0.24 | 0.42 | 0 | 0.13 | 265.81 | 0.59 | 0.69 |
| Hex | AA | 82 | DF | 18 | 2A | 0 | D | 10A | 3B | 45 |
| Octal | 252 | 202 | 337 | 30 | 52 | 0 | 15 | 412 | 73 | 105 |
| Binary | 10101010 | 10000010 | 11011111 | 11000 | 101010 | 0 | 1101 | 100001010 | 111011 | 1000101 |
Color Harmonies of #AA82DF
Complementary color
Monochromatic Colors of #AA82DF
Black with #AA82DF
Text Example
Text Example
White with #AA82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82DF; }
p { color: rgb(170,130,223); }
H1.HeaderClassName
{
color: #AA82DF;
}
.AnyTagClassName
{
color: #AA82DF;
}
</style>
background-color css
<style>
a { background-color: #AA82DF; }
a { background-color: rgb(170,130,223); }
div.DivClassName
{
background-color: #AA82DF;
}
.BgClassName
{
background-color: #AA82DF;
}
</style>
border-color css
<style>
span { border-color: #AA82DF; }
span { border-color: rgb(170,130,223); }
td.TdClassName
{
border-color: #AA82DF;
}
.TagClassName
{
border-color: #AA82DF;
}
</style>