Shades of Biloba Flower #AA8EFF
Tints of Biloba Flower #AA8EFF
RGB
CMYK
RGB Variations
Color information
#AA8EFF (or 0xAA8EFF) is known color: Biloba Flower. HEX triplet: AA, 8E and FF. RGB value is (170,142,255). Sum of RGB (Red+Green+Blue) = 170+142+255=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EFF is #557100. Grayscale: #A2A2A2. Windows color (decimal): -5599489 or 16748202. OLE color: 16748202.
HSL color Cylindrical-coordinate representation of color #AA8EFF: hue angle of 254.87º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8EFF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 142 | 255 | - |
| CMYK | 0.33 | 0.44 | 0 | 0 |
| HSL | 254.87º | 1% | 0.78% | - |
| HSV(B) | 254.87º | 0.44% | 1% | - |
| XYZ | 44.3 | 35.11 | 99.05 | - |
| YUV | 163.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 255 | 0.33 | 0.44 | 0 | 0 | 254.87 | 1 | 0.78 |
| Hex | AA | 8E | FF | 21 | 2C | 0 | 0 | FF | 64 | 4E |
| Octal | 252 | 216 | 377 | 41 | 54 | 0 | 0 | 377 | 144 | 116 |
| Binary | 10101010 | 10001110 | 11111111 | 100001 | 101100 | 0 | 0 | 11111111 | 1100100 | 1001110 |
Color Harmonies of #AA8EFF
Complementary color
Monochromatic Colors of #AA8EFF
Black with #AA8EFF
Text Example
Text Example
White with #AA8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EFF; }
p { color: rgb(170,142,255); }
H1.HeaderClassName
{
color: #AA8EFF;
}
.AnyTagClassName
{
color: #AA8EFF;
}
</style>
background-color css
<style>
a { background-color: #AA8EFF; }
a { background-color: rgb(170,142,255); }
div.DivClassName
{
background-color: #AA8EFF;
}
.BgClassName
{
background-color: #AA8EFF;
}
</style>
border-color css
<style>
span { border-color: #AA8EFF; }
span { border-color: rgb(170,142,255); }
td.TdClassName
{
border-color: #AA8EFF;
}
.TagClassName
{
border-color: #AA8EFF;
}
</style>