Shades of Biloba Flower #AB8EF4
Tints of Biloba Flower #AB8EF4
RGB
CMYK
RGB Variations
Color information
#AB8EF4 (or 0xAB8EF4) is known color: Biloba Flower. HEX triplet: AB, 8E and F4. RGB value is (171,142,244). Sum of RGB (Red+Green+Blue) = 171+142+244=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB8EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EF4 is #54710B. Grayscale: #A1A1A1. Windows color (decimal): -5533964 or 16027307. OLE color: 16027307.
HSL color Cylindrical-coordinate representation of color #AB8EF4: hue angle of 257.06º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB8EF4 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 142 | 244 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.04 |
| HSL | 257.06º | 0.82% | 0.76% | - |
| HSV(B) | 257.06º | 0.42% | 0.96% | - |
| XYZ | 42.8 | 34.54 | 90 | - |
| YUV | 162.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 244 | 0.30 | 0.42 | 0 | 0.04 | 257.06 | 0.82 | 0.76 |
| Hex | AB | 8E | F4 | 1E | 2A | 0 | 4 | 101 | 52 | 4C |
| Octal | 253 | 216 | 364 | 36 | 52 | 0 | 4 | 401 | 122 | 114 |
| Binary | 10101011 | 10001110 | 11110100 | 11110 | 101010 | 0 | 100 | 100000001 | 1010010 | 1001100 |
Color Harmonies of #AB8EF4
Complementary color
Monochromatic Colors of #AB8EF4
Black with #AB8EF4
Text Example
Text Example
White with #AB8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EF4; }
p { color: rgb(171,142,244); }
H1.HeaderClassName
{
color: #AB8EF4;
}
.AnyTagClassName
{
color: #AB8EF4;
}
</style>
background-color css
<style>
a { background-color: #AB8EF4; }
a { background-color: rgb(171,142,244); }
div.DivClassName
{
background-color: #AB8EF4;
}
.BgClassName
{
background-color: #AB8EF4;
}
</style>
border-color css
<style>
span { border-color: #AB8EF4; }
span { border-color: rgb(171,142,244); }
td.TdClassName
{
border-color: #AB8EF4;
}
.TagClassName
{
border-color: #AB8EF4;
}
</style>