Shades of Biloba Flower #A88EFB
Tints of Biloba Flower #A88EFB
RGB
CMYK
RGB Variations
Color information
#A88EFB (or 0xA88EFB) is known color: Biloba Flower. HEX triplet: A8, 8E and FB. RGB value is (168,142,251). Sum of RGB (Red+Green+Blue) = 168+142+251=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #A88EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EFB is #577104. Grayscale: #A1A1A1. Windows color (decimal): -5730565 or 16486056. OLE color: 16486056.
HSL color Cylindrical-coordinate representation of color #A88EFB: hue angle of 254.31º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88EFB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 142 | 251 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.02 |
| HSL | 254.31º | 0.93% | 0.77% | - |
| HSV(B) | 254.31º | 0.43% | 0.98% | - |
| XYZ | 43.23 | 34.64 | 95.67 | - |
| YUV | 162.2 | 178.11 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 251 | 0.33 | 0.43 | 0 | 0.02 | 254.31 | 0.93 | 0.77 |
| Hex | A8 | 8E | FB | 21 | 2B | 0 | 2 | FE | 5D | 4D |
| Octal | 250 | 216 | 373 | 41 | 53 | 0 | 2 | 376 | 135 | 115 |
| Binary | 10101000 | 10001110 | 11111011 | 100001 | 101011 | 0 | 10 | 11111110 | 1011101 | 1001101 |
Color Harmonies of #A88EFB
Complementary color
Monochromatic Colors of #A88EFB
Black with #A88EFB
Text Example
Text Example
White with #A88EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EFB; }
p { color: rgb(168,142,251); }
H1.HeaderClassName
{
color: #A88EFB;
}
.AnyTagClassName
{
color: #A88EFB;
}
</style>
background-color css
<style>
a { background-color: #A88EFB; }
a { background-color: rgb(168,142,251); }
div.DivClassName
{
background-color: #A88EFB;
}
.BgClassName
{
background-color: #A88EFB;
}
</style>
border-color css
<style>
span { border-color: #A88EFB; }
span { border-color: rgb(168,142,251); }
td.TdClassName
{
border-color: #A88EFB;
}
.TagClassName
{
border-color: #A88EFB;
}
</style>