Shades of Biloba Flower #A88FEF
Tints of Biloba Flower #A88FEF
RGB
CMYK
RGB Variations
Color information
#A88FEF (or 0xA88FEF) is known color: Biloba Flower. HEX triplet: A8, 8F and EF. RGB value is (168,143,239). Sum of RGB (Red+Green+Blue) = 168+143+239=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #A88FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FEF is #577010. Grayscale: #A1A1A1. Windows color (decimal): -5730321 or 15699880. OLE color: 15699880.
HSL color Cylindrical-coordinate representation of color #A88FEF: hue angle of 255.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88FEF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 143 | 239 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.06 |
| HSL | 255.63º | 0.75% | 0.75% | - |
| HSV(B) | 255.63º | 0.4% | 0.94% | - |
| XYZ | 41.55 | 34.2 | 86.07 | - |
| YUV | 161.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 239 | 0.30 | 0.40 | 0 | 0.06 | 255.63 | 0.75 | 0.75 |
| Hex | A8 | 8F | EF | 1E | 28 | 0 | 6 | 100 | 4B | 4B |
| Octal | 250 | 217 | 357 | 36 | 50 | 0 | 6 | 400 | 113 | 113 |
| Binary | 10101000 | 10001111 | 11101111 | 11110 | 101000 | 0 | 110 | 100000000 | 1001011 | 1001011 |
Color Harmonies of #A88FEF
Complementary color
Monochromatic Colors of #A88FEF
Black with #A88FEF
Text Example
Text Example
White with #A88FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FEF; }
p { color: rgb(168,143,239); }
H1.HeaderClassName
{
color: #A88FEF;
}
.AnyTagClassName
{
color: #A88FEF;
}
</style>
background-color css
<style>
a { background-color: #A88FEF; }
a { background-color: rgb(168,143,239); }
div.DivClassName
{
background-color: #A88FEF;
}
.BgClassName
{
background-color: #A88FEF;
}
</style>
border-color css
<style>
span { border-color: #A88FEF; }
span { border-color: rgb(168,143,239); }
td.TdClassName
{
border-color: #A88FEF;
}
.TagClassName
{
border-color: #A88FEF;
}
</style>