Shades of Biloba Flower #AB8CFC
Tints of Biloba Flower #AB8CFC
RGB
CMYK
RGB Variations
Color information
#AB8CFC (or 0xAB8CFC) is known color: Biloba Flower. HEX triplet: AB, 8C and FC. RGB value is (171,140,252). Sum of RGB (Red+Green+Blue) = 171+140+252=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CFC is #547303. Grayscale: #A1A1A1. Windows color (decimal): -5534468 or 16551083. OLE color: 16551083.
HSL color Cylindrical-coordinate representation of color #AB8CFC: hue angle of 256.61º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8CFC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 140 | 252 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.01 |
| HSL | 256.61º | 0.95% | 0.77% | - |
| HSV(B) | 256.61º | 0.44% | 0.99% | - |
| XYZ | 43.74 | 34.44 | 96.44 | - |
| YUV | 162.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 252 | 0.32 | 0.44 | 0 | 0.01 | 256.61 | 0.95 | 0.77 |
| Hex | AB | 8C | FC | 20 | 2C | 0 | 1 | 101 | 5F | 4D |
| Octal | 253 | 214 | 374 | 40 | 54 | 0 | 1 | 401 | 137 | 115 |
| Binary | 10101011 | 10001100 | 11111100 | 100000 | 101100 | 0 | 1 | 100000001 | 1011111 | 1001101 |
Color Harmonies of #AB8CFC
Complementary color
Monochromatic Colors of #AB8CFC
Black with #AB8CFC
Text Example
Text Example
White with #AB8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CFC; }
p { color: rgb(171,140,252); }
H1.HeaderClassName
{
color: #AB8CFC;
}
.AnyTagClassName
{
color: #AB8CFC;
}
</style>
background-color css
<style>
a { background-color: #AB8CFC; }
a { background-color: rgb(171,140,252); }
div.DivClassName
{
background-color: #AB8CFC;
}
.BgClassName
{
background-color: #AB8CFC;
}
</style>
border-color css
<style>
span { border-color: #AB8CFC; }
span { border-color: rgb(171,140,252); }
td.TdClassName
{
border-color: #AB8CFC;
}
.TagClassName
{
border-color: #AB8CFC;
}
</style>