Shades of Biloba Flower #A88FE5
Tints of Biloba Flower #A88FE5
RGB
CMYK
RGB Variations
Color information
#A88FE5 (or 0xA88FE5) is known color: Biloba Flower. HEX triplet: A8, 8F and E5. RGB value is (168,143,229). Sum of RGB (Red+Green+Blue) = 168+143+229=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #A88FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FE5 is #57701A. Grayscale: #9F9F9F. Windows color (decimal): -5730331 or 15044520. OLE color: 15044520.
HSL color Cylindrical-coordinate representation of color #A88FE5: hue angle of 257.44º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88FE5 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 143 | 229 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.10 |
| HSL | 257.44º | 0.62% | 0.73% | - |
| HSV(B) | 257.44º | 0.38% | 0.9% | - |
| XYZ | 40.11 | 33.63 | 78.51 | - |
| YUV | 160.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 229 | 0.27 | 0.38 | 0 | 0.10 | 257.44 | 0.62 | 0.73 |
| Hex | A8 | 8F | E5 | 1B | 26 | 0 | A | 101 | 3E | 49 |
| Octal | 250 | 217 | 345 | 33 | 46 | 0 | 12 | 401 | 76 | 111 |
| Binary | 10101000 | 10001111 | 11100101 | 11011 | 100110 | 0 | 1010 | 100000001 | 111110 | 1001001 |
Color Harmonies of #A88FE5
Complementary color
Monochromatic Colors of #A88FE5
Black with #A88FE5
Text Example
Text Example
White with #A88FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FE5; }
p { color: rgb(168,143,229); }
H1.HeaderClassName
{
color: #A88FE5;
}
.AnyTagClassName
{
color: #A88FE5;
}
</style>
background-color css
<style>
a { background-color: #A88FE5; }
a { background-color: rgb(168,143,229); }
div.DivClassName
{
background-color: #A88FE5;
}
.BgClassName
{
background-color: #A88FE5;
}
</style>
border-color css
<style>
span { border-color: #A88FE5; }
span { border-color: rgb(168,143,229); }
td.TdClassName
{
border-color: #A88FE5;
}
.TagClassName
{
border-color: #A88FE5;
}
</style>