Shades of Biloba Flower #AA8CEC
Tints of Biloba Flower #AA8CEC
RGB
CMYK
RGB Variations
Color information
#AA8CEC (or 0xAA8CEC) is known color: Biloba Flower. HEX triplet: AA, 8C and EC. RGB value is (170,140,236). Sum of RGB (Red+Green+Blue) = 170+140+236=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CEC is #557313. Grayscale: #9F9F9F. Windows color (decimal): -5600020 or 15502506. OLE color: 15502506.
HSL color Cylindrical-coordinate representation of color #AA8CEC: hue angle of 258.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8CEC is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 140 | 236 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.07 |
| HSL | 258.75º | 0.72% | 0.74% | - |
| HSV(B) | 258.75º | 0.41% | 0.93% | - |
| XYZ | 41.1 | 33.36 | 83.63 | - |
| YUV | 159.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 236 | 0.28 | 0.41 | 0 | 0.07 | 258.75 | 0.72 | 0.74 |
| Hex | AA | 8C | EC | 1C | 29 | 0 | 7 | 103 | 48 | 4A |
| Octal | 252 | 214 | 354 | 34 | 51 | 0 | 7 | 403 | 110 | 112 |
| Binary | 10101010 | 10001100 | 11101100 | 11100 | 101001 | 0 | 111 | 100000011 | 1001000 | 1001010 |
Color Harmonies of #AA8CEC
Complementary color
Monochromatic Colors of #AA8CEC
Black with #AA8CEC
Text Example
Text Example
White with #AA8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CEC; }
p { color: rgb(170,140,236); }
H1.HeaderClassName
{
color: #AA8CEC;
}
.AnyTagClassName
{
color: #AA8CEC;
}
</style>
background-color css
<style>
a { background-color: #AA8CEC; }
a { background-color: rgb(170,140,236); }
div.DivClassName
{
background-color: #AA8CEC;
}
.BgClassName
{
background-color: #AA8CEC;
}
</style>
border-color css
<style>
span { border-color: #AA8CEC; }
span { border-color: rgb(170,140,236); }
td.TdClassName
{
border-color: #AA8CEC;
}
.TagClassName
{
border-color: #AA8CEC;
}
</style>