Shades of Biloba Flower #A88EEA
Tints of Biloba Flower #A88EEA
RGB
CMYK
RGB Variations
Color information
#A88EEA (or 0xA88EEA) is known color: Biloba Flower. HEX triplet: A8, 8E and EA. RGB value is (168,142,234). Sum of RGB (Red+Green+Blue) = 168+142+234=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 142 (55.86% from 255 or 26.10% 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 #A88EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EEA is #577115. Grayscale: #9F9F9F. Windows color (decimal): -5730582 or 15371944. OLE color: 15371944.
HSL color Cylindrical-coordinate representation of color #A88EEA: hue angle of 256.96º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88EEA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 142 | 234 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.08 |
| HSL | 256.96º | 0.69% | 0.74% | - |
| HSV(B) | 256.96º | 0.39% | 0.92% | - |
| XYZ | 40.67 | 33.61 | 82.19 | - |
| YUV | 160.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 234 | 0.28 | 0.39 | 0 | 0.08 | 256.96 | 0.69 | 0.74 |
| Hex | A8 | 8E | EA | 1C | 27 | 0 | 8 | 101 | 45 | 4A |
| Octal | 250 | 216 | 352 | 34 | 47 | 0 | 10 | 401 | 105 | 112 |
| Binary | 10101000 | 10001110 | 11101010 | 11100 | 100111 | 0 | 1000 | 100000001 | 1000101 | 1001010 |
Color Harmonies of #A88EEA
Complementary color
Monochromatic Colors of #A88EEA
Black with #A88EEA
Text Example
Text Example
White with #A88EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EEA; }
p { color: rgb(168,142,234); }
H1.HeaderClassName
{
color: #A88EEA;
}
.AnyTagClassName
{
color: #A88EEA;
}
</style>
background-color css
<style>
a { background-color: #A88EEA; }
a { background-color: rgb(168,142,234); }
div.DivClassName
{
background-color: #A88EEA;
}
.BgClassName
{
background-color: #A88EEA;
}
</style>
border-color css
<style>
span { border-color: #A88EEA; }
span { border-color: rgb(168,142,234); }
td.TdClassName
{
border-color: #A88EEA;
}
.TagClassName
{
border-color: #A88EEA;
}
</style>