Shades of Biloba Flower #A88EF0
Tints of Biloba Flower #A88EF0
RGB
CMYK
RGB Variations
Color information
#A88EF0 (or 0xA88EF0) is known color: Biloba Flower. HEX triplet: A8, 8E and F0. RGB value is (168,142,240). Sum of RGB (Red+Green+Blue) = 168+142+240=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A88EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EF0 is #57710F. Grayscale: #A0A0A0. Windows color (decimal): -5730576 or 15765160. OLE color: 15765160.
HSL color Cylindrical-coordinate representation of color #A88EF0: hue angle of 255.92º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A88EF0 is Cyan = 0.3, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 142 | 240 | - |
| CMYK | 0.3 | 0.41 | 0 | 0.06 |
| HSL | 255.92º | 0.77% | 0.75% | - |
| HSV(B) | 255.92º | 0.41% | 0.94% | - |
| XYZ | 41.55 | 33.96 | 86.8 | - |
| YUV | 160.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 240 | 0.3 | 0.41 | 0 | 0.06 | 255.92 | 0.77 | 0.75 |
| Hex | A8 | 8E | F0 | 1E | 29 | 0 | 6 | 100 | 4D | 4B |
| Octal | 250 | 216 | 360 | 36 | 51 | 0 | 6 | 400 | 115 | 113 |
| Binary | 10101000 | 10001110 | 11110000 | 11110 | 101001 | 0 | 110 | 100000000 | 1001101 | 1001011 |
Color Harmonies of #A88EF0
Complementary color
Monochromatic Colors of #A88EF0
Black with #A88EF0
Text Example
Text Example
White with #A88EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EF0; }
p { color: rgb(168,142,240); }
H1.HeaderClassName
{
color: #A88EF0;
}
.AnyTagClassName
{
color: #A88EF0;
}
</style>
background-color css
<style>
a { background-color: #A88EF0; }
a { background-color: rgb(168,142,240); }
div.DivClassName
{
background-color: #A88EF0;
}
.BgClassName
{
background-color: #A88EF0;
}
</style>
border-color css
<style>
span { border-color: #A88EF0; }
span { border-color: rgb(168,142,240); }
td.TdClassName
{
border-color: #A88EF0;
}
.TagClassName
{
border-color: #A88EF0;
}
</style>