Shades of Biloba Flower #AB8FED
Tints of Biloba Flower #AB8FED
RGB
CMYK
RGB Variations
Color information
#AB8FED (or 0xAB8FED) is known color: Biloba Flower. HEX triplet: AB, 8F and ED. RGB value is (171,143,237). Sum of RGB (Red+Green+Blue) = 171+143+237=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FED is #547012. Grayscale: #A1A1A1. Windows color (decimal): -5533715 or 15568811. OLE color: 15568811.
HSL color Cylindrical-coordinate representation of color #AB8FED: hue angle of 257.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8FED is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 143 | 237 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.07 |
| HSL | 257.87º | 0.72% | 0.75% | - |
| HSV(B) | 257.87º | 0.4% | 0.93% | - |
| XYZ | 41.9 | 34.42 | 84.56 | - |
| YUV | 162.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 237 | 0.28 | 0.40 | 0 | 0.07 | 257.87 | 0.72 | 0.75 |
| Hex | AB | 8F | ED | 1C | 28 | 0 | 7 | 102 | 48 | 4B |
| Octal | 253 | 217 | 355 | 34 | 50 | 0 | 7 | 402 | 110 | 113 |
| Binary | 10101011 | 10001111 | 11101101 | 11100 | 101000 | 0 | 111 | 100000010 | 1001000 | 1001011 |
Color Harmonies of #AB8FED
Complementary color
Monochromatic Colors of #AB8FED
Black with #AB8FED
Text Example
Text Example
White with #AB8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FED; }
p { color: rgb(171,143,237); }
H1.HeaderClassName
{
color: #AB8FED;
}
.AnyTagClassName
{
color: #AB8FED;
}
</style>
background-color css
<style>
a { background-color: #AB8FED; }
a { background-color: rgb(171,143,237); }
div.DivClassName
{
background-color: #AB8FED;
}
.BgClassName
{
background-color: #AB8FED;
}
</style>
border-color css
<style>
span { border-color: #AB8FED; }
span { border-color: rgb(171,143,237); }
td.TdClassName
{
border-color: #AB8FED;
}
.TagClassName
{
border-color: #AB8FED;
}
</style>