Shades of Biloba Flower #AA8CEF
Tints of Biloba Flower #AA8CEF
RGB
CMYK
RGB Variations
Color information
#AA8CEF (or 0xAA8CEF) is known color: Biloba Flower. HEX triplet: AA, 8C and EF. RGB value is (170,140,239). Sum of RGB (Red+Green+Blue) = 170+140+239=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CEF is #557310. Grayscale: #9F9F9F. Windows color (decimal): -5600017 or 15699114. OLE color: 15699114.
HSL color Cylindrical-coordinate representation of color #AA8CEF: hue angle of 258.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8CEF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 140 | 239 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.06 |
| HSL | 258.18º | 0.76% | 0.74% | - |
| HSV(B) | 258.18º | 0.41% | 0.94% | - |
| XYZ | 41.54 | 33.53 | 85.94 | - |
| YUV | 160.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 239 | 0.29 | 0.41 | 0 | 0.06 | 258.18 | 0.76 | 0.74 |
| Hex | AA | 8C | EF | 1D | 29 | 0 | 6 | 102 | 4C | 4A |
| Octal | 252 | 214 | 357 | 35 | 51 | 0 | 6 | 402 | 114 | 112 |
| Binary | 10101010 | 10001100 | 11101111 | 11101 | 101001 | 0 | 110 | 100000010 | 1001100 | 1001010 |
Color Harmonies of #AA8CEF
Complementary color
Monochromatic Colors of #AA8CEF
Black with #AA8CEF
Text Example
Text Example
White with #AA8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CEF; }
p { color: rgb(170,140,239); }
H1.HeaderClassName
{
color: #AA8CEF;
}
.AnyTagClassName
{
color: #AA8CEF;
}
</style>
background-color css
<style>
a { background-color: #AA8CEF; }
a { background-color: rgb(170,140,239); }
div.DivClassName
{
background-color: #AA8CEF;
}
.BgClassName
{
background-color: #AA8CEF;
}
</style>
border-color css
<style>
span { border-color: #AA8CEF; }
span { border-color: rgb(170,140,239); }
td.TdClassName
{
border-color: #AA8CEF;
}
.TagClassName
{
border-color: #AA8CEF;
}
</style>