Shades of Biloba Flower #AB8EFF
Tints of Biloba Flower #AB8EFF
RGB
CMYK
RGB Variations
Color information
#AB8EFF (or 0xAB8EFF) is known color: Biloba Flower. HEX triplet: AB, 8E and FF. RGB value is (171,142,255). Sum of RGB (Red+Green+Blue) = 171+142+255=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EFF is #547100. Grayscale: #A3A3A3. Windows color (decimal): -5533953 or 16748203. OLE color: 16748203.
HSL color Cylindrical-coordinate representation of color #AB8EFF: hue angle of 255.4º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8EFF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 142 | 255 | - |
| CMYK | 0.33 | 0.44 | 0 | 0 |
| HSL | 255.4º | 1% | 0.78% | - |
| HSV(B) | 255.4º | 0.44% | 1% | - |
| XYZ | 44.52 | 35.22 | 99.06 | - |
| YUV | 163.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 255 | 0.33 | 0.44 | 0 | 0 | 255.4 | 1 | 0.78 |
| Hex | AB | 8E | FF | 21 | 2C | 0 | 0 | FF | 64 | 4E |
| Octal | 253 | 216 | 377 | 41 | 54 | 0 | 0 | 377 | 144 | 116 |
| Binary | 10101011 | 10001110 | 11111111 | 100001 | 101100 | 0 | 0 | 11111111 | 1100100 | 1001110 |
Color Harmonies of #AB8EFF
Complementary color
Monochromatic Colors of #AB8EFF
Black with #AB8EFF
Text Example
Text Example
White with #AB8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EFF; }
p { color: rgb(171,142,255); }
H1.HeaderClassName
{
color: #AB8EFF;
}
.AnyTagClassName
{
color: #AB8EFF;
}
</style>
background-color css
<style>
a { background-color: #AB8EFF; }
a { background-color: rgb(171,142,255); }
div.DivClassName
{
background-color: #AB8EFF;
}
.BgClassName
{
background-color: #AB8EFF;
}
</style>
border-color css
<style>
span { border-color: #AB8EFF; }
span { border-color: rgb(171,142,255); }
td.TdClassName
{
border-color: #AB8EFF;
}
.TagClassName
{
border-color: #AB8EFF;
}
</style>