Shades of Biloba Flower #A88EEC
Tints of Biloba Flower #A88EEC
RGB
CMYK
RGB Variations
Color information
#A88EEC (or 0xA88EEC) is known color: Biloba Flower. HEX triplet: A8, 8E and EC. RGB value is (168,142,236). Sum of RGB (Red+Green+Blue) = 168+142+236=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 142 (55.86% from 255 or 26.01% 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 #A88EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EEC is #577113. Grayscale: #A0A0A0. Windows color (decimal): -5730580 or 15503016. OLE color: 15503016.
HSL color Cylindrical-coordinate representation of color #A88EEC: hue angle of 256.6º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88EEC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 142 | 236 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.07 |
| HSL | 256.6º | 0.71% | 0.74% | - |
| HSV(B) | 256.6º | 0.4% | 0.93% | - |
| XYZ | 40.96 | 33.73 | 83.71 | - |
| YUV | 160.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 236 | 0.29 | 0.40 | 0 | 0.07 | 256.6 | 0.71 | 0.74 |
| Hex | A8 | 8E | EC | 1D | 28 | 0 | 7 | 101 | 47 | 4A |
| Octal | 250 | 216 | 354 | 35 | 50 | 0 | 7 | 401 | 107 | 112 |
| Binary | 10101000 | 10001110 | 11101100 | 11101 | 101000 | 0 | 111 | 100000001 | 1000111 | 1001010 |
Color Harmonies of #A88EEC
Complementary color
Monochromatic Colors of #A88EEC
Black with #A88EEC
Text Example
Text Example
White with #A88EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EEC; }
p { color: rgb(168,142,236); }
H1.HeaderClassName
{
color: #A88EEC;
}
.AnyTagClassName
{
color: #A88EEC;
}
</style>
background-color css
<style>
a { background-color: #A88EEC; }
a { background-color: rgb(168,142,236); }
div.DivClassName
{
background-color: #A88EEC;
}
.BgClassName
{
background-color: #A88EEC;
}
</style>
border-color css
<style>
span { border-color: #A88EEC; }
span { border-color: rgb(168,142,236); }
td.TdClassName
{
border-color: #A88EEC;
}
.TagClassName
{
border-color: #A88EEC;
}
</style>