Shades of Biloba Flower #AA8FEC
Tints of Biloba Flower #AA8FEC
RGB
CMYK
RGB Variations
Color information
#AA8FEC (or 0xAA8FEC) is known color: Biloba Flower. HEX triplet: AA, 8F and EC. RGB value is (170,143,236). Sum of RGB (Red+Green+Blue) = 170+143+236=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FEC is #557013. Grayscale: #A1A1A1. Windows color (decimal): -5599252 or 15503274. OLE color: 15503274.
HSL color Cylindrical-coordinate representation of color #AA8FEC: hue angle of 257.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8FEC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 143 | 236 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.07 |
| HSL | 257.42º | 0.71% | 0.74% | - |
| HSV(B) | 257.42º | 0.39% | 0.93% | - |
| XYZ | 41.54 | 34.25 | 83.78 | - |
| YUV | 161.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 236 | 0.28 | 0.39 | 0 | 0.07 | 257.42 | 0.71 | 0.74 |
| Hex | AA | 8F | EC | 1C | 27 | 0 | 7 | 101 | 47 | 4A |
| Octal | 252 | 217 | 354 | 34 | 47 | 0 | 7 | 401 | 107 | 112 |
| Binary | 10101010 | 10001111 | 11101100 | 11100 | 100111 | 0 | 111 | 100000001 | 1000111 | 1001010 |
Color Harmonies of #AA8FEC
Complementary color
Monochromatic Colors of #AA8FEC
Black with #AA8FEC
Text Example
Text Example
White with #AA8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FEC; }
p { color: rgb(170,143,236); }
H1.HeaderClassName
{
color: #AA8FEC;
}
.AnyTagClassName
{
color: #AA8FEC;
}
</style>
background-color css
<style>
a { background-color: #AA8FEC; }
a { background-color: rgb(170,143,236); }
div.DivClassName
{
background-color: #AA8FEC;
}
.BgClassName
{
background-color: #AA8FEC;
}
</style>
border-color css
<style>
span { border-color: #AA8FEC; }
span { border-color: rgb(170,143,236); }
td.TdClassName
{
border-color: #AA8FEC;
}
.TagClassName
{
border-color: #AA8FEC;
}
</style>