Shades of Biloba Flower #A88BFC
Tints of Biloba Flower #A88BFC
RGB
CMYK
RGB Variations
Color information
#A88BFC (or 0xA88BFC) is known color: Biloba Flower. HEX triplet: A8, 8B and FC. RGB value is (168,139,252). Sum of RGB (Red+Green+Blue) = 168+139+252=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A88BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BFC is #577403. Grayscale: #A0A0A0. Windows color (decimal): -5731332 or 16550824. OLE color: 16550824.
HSL color Cylindrical-coordinate representation of color #A88BFC: hue angle of 255.4º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A88BFC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 139 | 252 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.01 |
| HSL | 255.4º | 0.95% | 0.77% | - |
| HSV(B) | 255.4º | 0.45% | 0.99% | - |
| XYZ | 42.95 | 33.82 | 96.36 | - |
| YUV | 160.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 252 | 0.33 | 0.45 | 0 | 0.01 | 255.4 | 0.95 | 0.77 |
| Hex | A8 | 8B | FC | 21 | 2D | 0 | 1 | FF | 5F | 4D |
| Octal | 250 | 213 | 374 | 41 | 55 | 0 | 1 | 377 | 137 | 115 |
| Binary | 10101000 | 10001011 | 11111100 | 100001 | 101101 | 0 | 1 | 11111111 | 1011111 | 1001101 |
Color Harmonies of #A88BFC
Complementary color
Monochromatic Colors of #A88BFC
Black with #A88BFC
Text Example
Text Example
White with #A88BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BFC; }
p { color: rgb(168,139,252); }
H1.HeaderClassName
{
color: #A88BFC;
}
.AnyTagClassName
{
color: #A88BFC;
}
</style>
background-color css
<style>
a { background-color: #A88BFC; }
a { background-color: rgb(168,139,252); }
div.DivClassName
{
background-color: #A88BFC;
}
.BgClassName
{
background-color: #A88BFC;
}
</style>
border-color css
<style>
span { border-color: #A88BFC; }
span { border-color: rgb(168,139,252); }
td.TdClassName
{
border-color: #A88BFC;
}
.TagClassName
{
border-color: #A88BFC;
}
</style>