Shades of Biloba Flower #AB8ED0
Tints of Biloba Flower #AB8ED0
RGB
CMYK
RGB Variations
Color information
#AB8ED0 (or 0xAB8ED0) is known color: Biloba Flower. HEX triplet: AB, 8E and D0. RGB value is (171,142,208). Sum of RGB (Red+Green+Blue) = 171+142+208=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB8ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ED0 is #54712F. Grayscale: #9D9D9D. Windows color (decimal): -5534000 or 13668011. OLE color: 13668011.
HSL color Cylindrical-coordinate representation of color #AB8ED0: hue angle of 266.36º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8ED0 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 142 | 208 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.18 |
| HSL | 266.36º | 0.41% | 0.69% | - |
| HSV(B) | 266.36º | 0.32% | 0.82% | - |
| XYZ | 37.85 | 32.56 | 63.96 | - |
| YUV | 158.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 208 | 0.18 | 0.32 | 0 | 0.18 | 266.36 | 0.41 | 0.69 |
| Hex | AB | 8E | D0 | 12 | 20 | 0 | 12 | 10A | 29 | 45 |
| Octal | 253 | 216 | 320 | 22 | 40 | 0 | 22 | 412 | 51 | 105 |
| Binary | 10101011 | 10001110 | 11010000 | 10010 | 100000 | 0 | 10010 | 100001010 | 101001 | 1000101 |
Color Harmonies of #AB8ED0
Complementary color
Monochromatic Colors of #AB8ED0
Black with #AB8ED0
Text Example
Text Example
White with #AB8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ED0; }
p { color: rgb(171,142,208); }
H1.HeaderClassName
{
color: #AB8ED0;
}
.AnyTagClassName
{
color: #AB8ED0;
}
</style>
background-color css
<style>
a { background-color: #AB8ED0; }
a { background-color: rgb(171,142,208); }
div.DivClassName
{
background-color: #AB8ED0;
}
.BgClassName
{
background-color: #AB8ED0;
}
</style>
border-color css
<style>
span { border-color: #AB8ED0; }
span { border-color: rgb(171,142,208); }
td.TdClassName
{
border-color: #AB8ED0;
}
.TagClassName
{
border-color: #AB8ED0;
}
</style>