Shades of Biloba Flower #A888FA
Tints of Biloba Flower #A888FA
RGB
CMYK
RGB Variations
Color information
#A888FA (or 0xA888FA) is known color: Biloba Flower. HEX triplet: A8, 88 and FA. RGB value is (168,136,250). Sum of RGB (Red+Green+Blue) = 168+136+250=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #A888FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888FA is #577705. Grayscale: #9E9E9E. Windows color (decimal): -5732102 or 16418984. OLE color: 16418984.
HSL color Cylindrical-coordinate representation of color #A888FA: hue angle of 256.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A888FA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 136 | 250 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.02 |
| HSL | 256.84º | 0.92% | 0.76% | - |
| HSV(B) | 256.84º | 0.46% | 0.98% | - |
| XYZ | 42.21 | 32.84 | 94.56 | - |
| YUV | 158.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 250 | 0.33 | 0.46 | 0 | 0.02 | 256.84 | 0.92 | 0.76 |
| Hex | A8 | 88 | FA | 21 | 2E | 0 | 2 | 101 | 5C | 4C |
| Octal | 250 | 210 | 372 | 41 | 56 | 0 | 2 | 401 | 134 | 114 |
| Binary | 10101000 | 10001000 | 11111010 | 100001 | 101110 | 0 | 10 | 100000001 | 1011100 | 1001100 |
Color Harmonies of #A888FA
Complementary color
Monochromatic Colors of #A888FA
Black with #A888FA
Text Example
Text Example
White with #A888FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888FA; }
p { color: rgb(168,136,250); }
H1.HeaderClassName
{
color: #A888FA;
}
.AnyTagClassName
{
color: #A888FA;
}
</style>
background-color css
<style>
a { background-color: #A888FA; }
a { background-color: rgb(168,136,250); }
div.DivClassName
{
background-color: #A888FA;
}
.BgClassName
{
background-color: #A888FA;
}
</style>
border-color css
<style>
span { border-color: #A888FA; }
span { border-color: rgb(168,136,250); }
td.TdClassName
{
border-color: #A888FA;
}
.TagClassName
{
border-color: #A888FA;
}
</style>