Shades of Biloba Flower #AA82E6
Tints of Biloba Flower #AA82E6
RGB
CMYK
RGB Variations
Color information
#AA82E6 (or 0xAA82E6) is known color: Biloba Flower. HEX triplet: AA, 82 and E6. RGB value is (170,130,230). Sum of RGB (Red+Green+Blue) = 170+130+230=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA82E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82E6 is #557D19. Grayscale: #999999. Windows color (decimal): -5602586 or 15106730. OLE color: 15106730.
HSL color Cylindrical-coordinate representation of color #AA82E6: hue angle of 264º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA82E6 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 130 | 230 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.10 |
| HSL | 264º | 0.67% | 0.71% | - |
| HSV(B) | 264º | 0.43% | 0.9% | - |
| XYZ | 38.84 | 30.22 | 78.65 | - |
| YUV | 153.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 230 | 0.26 | 0.43 | 0 | 0.10 | 264 | 0.67 | 0.71 |
| Hex | AA | 82 | E6 | 1A | 2B | 0 | A | 108 | 43 | 47 |
| Octal | 252 | 202 | 346 | 32 | 53 | 0 | 12 | 410 | 103 | 107 |
| Binary | 10101010 | 10000010 | 11100110 | 11010 | 101011 | 0 | 1010 | 100001000 | 1000011 | 1000111 |
Color Harmonies of #AA82E6
Complementary color
Monochromatic Colors of #AA82E6
Black with #AA82E6
Text Example
Text Example
White with #AA82E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82E6; }
p { color: rgb(170,130,230); }
H1.HeaderClassName
{
color: #AA82E6;
}
.AnyTagClassName
{
color: #AA82E6;
}
</style>
background-color css
<style>
a { background-color: #AA82E6; }
a { background-color: rgb(170,130,230); }
div.DivClassName
{
background-color: #AA82E6;
}
.BgClassName
{
background-color: #AA82E6;
}
</style>
border-color css
<style>
span { border-color: #AA82E6; }
span { border-color: rgb(170,130,230); }
td.TdClassName
{
border-color: #AA82E6;
}
.TagClassName
{
border-color: #AA82E6;
}
</style>