Shades of Biloba Flower #AB8BE0
Tints of Biloba Flower #AB8BE0
RGB
CMYK
RGB Variations
Color information
#AB8BE0 (or 0xAB8BE0) is known color: Biloba Flower. HEX triplet: AB, 8B and E0. RGB value is (171,139,224). Sum of RGB (Red+Green+Blue) = 171+139+224=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB8BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BE0 is #54741F. Grayscale: #9D9D9D. Windows color (decimal): -5534752 or 14715819. OLE color: 14715819.
HSL color Cylindrical-coordinate representation of color #AB8BE0: hue angle of 262.59º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB8BE0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 139 | 224 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.12 |
| HSL | 262.59º | 0.58% | 0.71% | - |
| HSV(B) | 262.59º | 0.38% | 0.88% | - |
| XYZ | 39.48 | 32.5 | 74.71 | - |
| YUV | 158.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 224 | 0.24 | 0.38 | 0 | 0.12 | 262.59 | 0.58 | 0.71 |
| Hex | AB | 8B | E0 | 18 | 26 | 0 | C | 107 | 3A | 47 |
| Octal | 253 | 213 | 340 | 30 | 46 | 0 | 14 | 407 | 72 | 107 |
| Binary | 10101011 | 10001011 | 11100000 | 11000 | 100110 | 0 | 1100 | 100000111 | 111010 | 1000111 |
Color Harmonies of #AB8BE0
Complementary color
Monochromatic Colors of #AB8BE0
Black with #AB8BE0
Text Example
Text Example
White with #AB8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BE0; }
p { color: rgb(171,139,224); }
H1.HeaderClassName
{
color: #AB8BE0;
}
.AnyTagClassName
{
color: #AB8BE0;
}
</style>
background-color css
<style>
a { background-color: #AB8BE0; }
a { background-color: rgb(171,139,224); }
div.DivClassName
{
background-color: #AB8BE0;
}
.BgClassName
{
background-color: #AB8BE0;
}
</style>
border-color css
<style>
span { border-color: #AB8BE0; }
span { border-color: rgb(171,139,224); }
td.TdClassName
{
border-color: #AB8BE0;
}
.TagClassName
{
border-color: #AB8BE0;
}
</style>