Shades of Biloba Flower #A88FEE
Tints of Biloba Flower #A88FEE
RGB
CMYK
RGB Variations
Color information
#A88FEE (or 0xA88FEE) is known color: Biloba Flower. HEX triplet: A8, 8F and EE. RGB value is (168,143,238). Sum of RGB (Red+Green+Blue) = 168+143+238=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #A88FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FEE is #577011. Grayscale: #A0A0A0. Windows color (decimal): -5730322 or 15634344. OLE color: 15634344.
HSL color Cylindrical-coordinate representation of color #A88FEE: hue angle of 255.79º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88FEE is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 143 | 238 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.07 |
| HSL | 255.79º | 0.74% | 0.75% | - |
| HSV(B) | 255.79º | 0.4% | 0.93% | - |
| XYZ | 41.4 | 34.14 | 85.3 | - |
| YUV | 161.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 238 | 0.29 | 0.40 | 0 | 0.07 | 255.79 | 0.74 | 0.75 |
| Hex | A8 | 8F | EE | 1D | 28 | 0 | 7 | 100 | 4A | 4B |
| Octal | 250 | 217 | 356 | 35 | 50 | 0 | 7 | 400 | 112 | 113 |
| Binary | 10101000 | 10001111 | 11101110 | 11101 | 101000 | 0 | 111 | 100000000 | 1001010 | 1001011 |
Color Harmonies of #A88FEE
Complementary color
Monochromatic Colors of #A88FEE
Black with #A88FEE
Text Example
Text Example
White with #A88FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FEE; }
p { color: rgb(168,143,238); }
H1.HeaderClassName
{
color: #A88FEE;
}
.AnyTagClassName
{
color: #A88FEE;
}
</style>
background-color css
<style>
a { background-color: #A88FEE; }
a { background-color: rgb(168,143,238); }
div.DivClassName
{
background-color: #A88FEE;
}
.BgClassName
{
background-color: #A88FEE;
}
</style>
border-color css
<style>
span { border-color: #A88FEE; }
span { border-color: rgb(168,143,238); }
td.TdClassName
{
border-color: #A88FEE;
}
.TagClassName
{
border-color: #A88FEE;
}
</style>