Shades of Biloba Flower #AB8DFC
Tints of Biloba Flower #AB8DFC
RGB
CMYK
RGB Variations
Color information
#AB8DFC (or 0xAB8DFC) is known color: Biloba Flower. HEX triplet: AB, 8D and FC. RGB value is (171,141,252). Sum of RGB (Red+Green+Blue) = 171+141+252=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFC is #547203. Grayscale: #A2A2A2. Windows color (decimal): -5534212 or 16551339. OLE color: 16551339.
HSL color Cylindrical-coordinate representation of color #AB8DFC: hue angle of 256.22º 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 #AB8DFC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 141 | 252 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.01 |
| HSL | 256.22º | 0.95% | 0.77% | - |
| HSV(B) | 256.22º | 0.44% | 0.99% | - |
| XYZ | 43.89 | 34.74 | 96.49 | - |
| YUV | 162.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 252 | 0.32 | 0.44 | 0 | 0.01 | 256.22 | 0.95 | 0.77 |
| Hex | AB | 8D | FC | 20 | 2C | 0 | 1 | 100 | 5F | 4D |
| Octal | 253 | 215 | 374 | 40 | 54 | 0 | 1 | 400 | 137 | 115 |
| Binary | 10101011 | 10001101 | 11111100 | 100000 | 101100 | 0 | 1 | 100000000 | 1011111 | 1001101 |
Color Harmonies of #AB8DFC
Complementary color
Monochromatic Colors of #AB8DFC
Black with #AB8DFC
Text Example
Text Example
White with #AB8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DFC; }
p { color: rgb(171,141,252); }
H1.HeaderClassName
{
color: #AB8DFC;
}
.AnyTagClassName
{
color: #AB8DFC;
}
</style>
background-color css
<style>
a { background-color: #AB8DFC; }
a { background-color: rgb(171,141,252); }
div.DivClassName
{
background-color: #AB8DFC;
}
.BgClassName
{
background-color: #AB8DFC;
}
</style>
border-color css
<style>
span { border-color: #AB8DFC; }
span { border-color: rgb(171,141,252); }
td.TdClassName
{
border-color: #AB8DFC;
}
.TagClassName
{
border-color: #AB8DFC;
}
</style>