Shades of Biloba Flower #A88FE4
Tints of Biloba Flower #A88FE4
RGB
CMYK
RGB Variations
Color information
#A88FE4 (or 0xA88FE4) is known color: Biloba Flower. HEX triplet: A8, 8F and E4. RGB value is (168,143,228). Sum of RGB (Red+Green+Blue) = 168+143+228=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #A88FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FE4 is #57701B. Grayscale: #9F9F9F. Windows color (decimal): -5730332 or 14978984. OLE color: 14978984.
HSL color Cylindrical-coordinate representation of color #A88FE4: hue angle of 257.65º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88FE4 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 143 | 228 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.11 |
| HSL | 257.65º | 0.61% | 0.73% | - |
| HSV(B) | 257.65º | 0.37% | 0.89% | - |
| XYZ | 39.97 | 33.57 | 77.77 | - |
| YUV | 160.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 228 | 0.26 | 0.37 | 0 | 0.11 | 257.65 | 0.61 | 0.73 |
| Hex | A8 | 8F | E4 | 1A | 25 | 0 | B | 102 | 3D | 49 |
| Octal | 250 | 217 | 344 | 32 | 45 | 0 | 13 | 402 | 75 | 111 |
| Binary | 10101000 | 10001111 | 11100100 | 11010 | 100101 | 0 | 1011 | 100000010 | 111101 | 1001001 |
Color Harmonies of #A88FE4
Complementary color
Monochromatic Colors of #A88FE4
Black with #A88FE4
Text Example
Text Example
White with #A88FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FE4; }
p { color: rgb(168,143,228); }
H1.HeaderClassName
{
color: #A88FE4;
}
.AnyTagClassName
{
color: #A88FE4;
}
</style>
background-color css
<style>
a { background-color: #A88FE4; }
a { background-color: rgb(168,143,228); }
div.DivClassName
{
background-color: #A88FE4;
}
.BgClassName
{
background-color: #A88FE4;
}
</style>
border-color css
<style>
span { border-color: #A88FE4; }
span { border-color: rgb(168,143,228); }
td.TdClassName
{
border-color: #A88FE4;
}
.TagClassName
{
border-color: #A88FE4;
}
</style>