Shades of Biloba Flower #AB8BE6
Tints of Biloba Flower #AB8BE6
RGB
CMYK
RGB Variations
Color information
#AB8BE6 (or 0xAB8BE6) is known color: Biloba Flower. HEX triplet: AB, 8B and E6. RGB value is (171,139,230). Sum of RGB (Red+Green+Blue) = 171+139+230=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB8BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BE6 is #547419. Grayscale: #9E9E9E. Windows color (decimal): -5534746 or 15109035. OLE color: 15109035.
HSL color Cylindrical-coordinate representation of color #AB8BE6: hue angle of 261.1º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8BE6 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 139 | 230 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.10 |
| HSL | 261.1º | 0.65% | 0.72% | - |
| HSV(B) | 261.1º | 0.4% | 0.9% | - |
| XYZ | 40.31 | 32.84 | 79.08 | - |
| YUV | 158.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 230 | 0.26 | 0.40 | 0 | 0.10 | 261.1 | 0.65 | 0.72 |
| Hex | AB | 8B | E6 | 1A | 28 | 0 | A | 105 | 41 | 48 |
| Octal | 253 | 213 | 346 | 32 | 50 | 0 | 12 | 405 | 101 | 110 |
| Binary | 10101011 | 10001011 | 11100110 | 11010 | 101000 | 0 | 1010 | 100000101 | 1000001 | 1001000 |
Color Harmonies of #AB8BE6
Complementary color
Monochromatic Colors of #AB8BE6
Black with #AB8BE6
Text Example
Text Example
White with #AB8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BE6; }
p { color: rgb(171,139,230); }
H1.HeaderClassName
{
color: #AB8BE6;
}
.AnyTagClassName
{
color: #AB8BE6;
}
</style>
background-color css
<style>
a { background-color: #AB8BE6; }
a { background-color: rgb(171,139,230); }
div.DivClassName
{
background-color: #AB8BE6;
}
.BgClassName
{
background-color: #AB8BE6;
}
</style>
border-color css
<style>
span { border-color: #AB8BE6; }
span { border-color: rgb(171,139,230); }
td.TdClassName
{
border-color: #AB8BE6;
}
.TagClassName
{
border-color: #AB8BE6;
}
</style>