Shades of Biloba Flower #AA8CEA
Tints of Biloba Flower #AA8CEA
RGB
CMYK
RGB Variations
Color information
#AA8CEA (or 0xAA8CEA) is known color: Biloba Flower. HEX triplet: AA, 8C and EA. RGB value is (170,140,234). Sum of RGB (Red+Green+Blue) = 170+140+234=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CEA is #557315. Grayscale: #9F9F9F. Windows color (decimal): -5600022 or 15371434. OLE color: 15371434.
HSL color Cylindrical-coordinate representation of color #AA8CEA: hue angle of 259.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8CEA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 140 | 234 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.08 |
| HSL | 259.15º | 0.69% | 0.73% | - |
| HSV(B) | 259.15º | 0.4% | 0.92% | - |
| XYZ | 40.81 | 33.24 | 82.11 | - |
| YUV | 159.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 234 | 0.27 | 0.40 | 0 | 0.08 | 259.15 | 0.69 | 0.73 |
| Hex | AA | 8C | EA | 1B | 28 | 0 | 8 | 103 | 45 | 49 |
| Octal | 252 | 214 | 352 | 33 | 50 | 0 | 10 | 403 | 105 | 111 |
| Binary | 10101010 | 10001100 | 11101010 | 11011 | 101000 | 0 | 1000 | 100000011 | 1000101 | 1001001 |
Color Harmonies of #AA8CEA
Complementary color
Monochromatic Colors of #AA8CEA
Black with #AA8CEA
Text Example
Text Example
White with #AA8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CEA; }
p { color: rgb(170,140,234); }
H1.HeaderClassName
{
color: #AA8CEA;
}
.AnyTagClassName
{
color: #AA8CEA;
}
</style>
background-color css
<style>
a { background-color: #AA8CEA; }
a { background-color: rgb(170,140,234); }
div.DivClassName
{
background-color: #AA8CEA;
}
.BgClassName
{
background-color: #AA8CEA;
}
</style>
border-color css
<style>
span { border-color: #AA8CEA; }
span { border-color: rgb(170,140,234); }
td.TdClassName
{
border-color: #AA8CEA;
}
.TagClassName
{
border-color: #AA8CEA;
}
</style>