Shades of Biloba Flower #AA8CE4
Tints of Biloba Flower #AA8CE4
RGB
CMYK
RGB Variations
Color information
#AA8CE4 (or 0xAA8CE4) is known color: Biloba Flower. HEX triplet: AA, 8C and E4. RGB value is (170,140,228). Sum of RGB (Red+Green+Blue) = 170+140+228=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA8CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CE4 is #55731B. Grayscale: #9E9E9E. Windows color (decimal): -5600028 or 14978218. OLE color: 14978218.
HSL color Cylindrical-coordinate representation of color #AA8CE4: hue angle of 260.45º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8CE4 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 140 | 228 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.11 |
| HSL | 260.45º | 0.62% | 0.72% | - |
| HSV(B) | 260.45º | 0.39% | 0.89% | - |
| XYZ | 39.96 | 32.9 | 77.64 | - |
| YUV | 159 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 228 | 0.25 | 0.39 | 0 | 0.11 | 260.45 | 0.62 | 0.72 |
| Hex | AA | 8C | E4 | 19 | 27 | 0 | B | 104 | 3E | 48 |
| Octal | 252 | 214 | 344 | 31 | 47 | 0 | 13 | 404 | 76 | 110 |
| Binary | 10101010 | 10001100 | 11100100 | 11001 | 100111 | 0 | 1011 | 100000100 | 111110 | 1001000 |
Color Harmonies of #AA8CE4
Complementary color
Monochromatic Colors of #AA8CE4
Black with #AA8CE4
Text Example
Text Example
White with #AA8CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CE4; }
p { color: rgb(170,140,228); }
H1.HeaderClassName
{
color: #AA8CE4;
}
.AnyTagClassName
{
color: #AA8CE4;
}
</style>
background-color css
<style>
a { background-color: #AA8CE4; }
a { background-color: rgb(170,140,228); }
div.DivClassName
{
background-color: #AA8CE4;
}
.BgClassName
{
background-color: #AA8CE4;
}
</style>
border-color css
<style>
span { border-color: #AA8CE4; }
span { border-color: rgb(170,140,228); }
td.TdClassName
{
border-color: #AA8CE4;
}
.TagClassName
{
border-color: #AA8CE4;
}
</style>