Shades of Biloba Flower #AA82DC
Tints of Biloba Flower #AA82DC
RGB
CMYK
RGB Variations
Color information
#AA82DC (or 0xAA82DC) is known color: Biloba Flower. HEX triplet: AA, 82 and DC. RGB value is (170,130,220). Sum of RGB (Red+Green+Blue) = 170+130+220=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82DC is #557D23. Grayscale: #979797. Windows color (decimal): -5602596 or 14451370. OLE color: 14451370.
HSL color Cylindrical-coordinate representation of color #AA82DC: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA82DC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 130 | 220 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.14 |
| HSL | 266.67º | 0.56% | 0.69% | - |
| HSV(B) | 266.67º | 0.41% | 0.86% | - |
| XYZ | 37.48 | 29.68 | 71.46 | - |
| YUV | 152.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 220 | 0.23 | 0.41 | 0 | 0.14 | 266.67 | 0.56 | 0.69 |
| Hex | AA | 82 | DC | 17 | 29 | 0 | E | 10B | 38 | 45 |
| Octal | 252 | 202 | 334 | 27 | 51 | 0 | 16 | 413 | 70 | 105 |
| Binary | 10101010 | 10000010 | 11011100 | 10111 | 101001 | 0 | 1110 | 100001011 | 111000 | 1000101 |
Color Harmonies of #AA82DC
Complementary color
Monochromatic Colors of #AA82DC
Black with #AA82DC
Text Example
Text Example
White with #AA82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82DC; }
p { color: rgb(170,130,220); }
H1.HeaderClassName
{
color: #AA82DC;
}
.AnyTagClassName
{
color: #AA82DC;
}
</style>
background-color css
<style>
a { background-color: #AA82DC; }
a { background-color: rgb(170,130,220); }
div.DivClassName
{
background-color: #AA82DC;
}
.BgClassName
{
background-color: #AA82DC;
}
</style>
border-color css
<style>
span { border-color: #AA82DC; }
span { border-color: rgb(170,130,220); }
td.TdClassName
{
border-color: #AA82DC;
}
.TagClassName
{
border-color: #AA82DC;
}
</style>