Shades of Biloba Flower #AB8DEB
Tints of Biloba Flower #AB8DEB
RGB
CMYK
RGB Variations
Color information
#AB8DEB (or 0xAB8DEB) is known color: Biloba Flower. HEX triplet: AB, 8D and EB. RGB value is (171,141,235). Sum of RGB (Red+Green+Blue) = 171+141+235=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DEB is #547214. Grayscale: #A0A0A0. Windows color (decimal): -5534229 or 15437227. OLE color: 15437227.
HSL color Cylindrical-coordinate representation of color #AB8DEB: hue angle of 259.15º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8DEB is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 141 | 235 | - |
| CMYK | 0.27 | 0.4 | 0 | 0.08 |
| HSL | 259.15º | 0.7% | 0.74% | - |
| HSV(B) | 259.15º | 0.4% | 0.92% | - |
| XYZ | 41.31 | 33.71 | 82.93 | - |
| YUV | 160.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 235 | 0.27 | 0.4 | 0 | 0.08 | 259.15 | 0.7 | 0.74 |
| Hex | AB | 8D | EB | 1B | 28 | 0 | 8 | 103 | 46 | 4A |
| Octal | 253 | 215 | 353 | 33 | 50 | 0 | 10 | 403 | 106 | 112 |
| Binary | 10101011 | 10001101 | 11101011 | 11011 | 101000 | 0 | 1000 | 100000011 | 1000110 | 1001010 |
Color Harmonies of #AB8DEB
Complementary color
Monochromatic Colors of #AB8DEB
Black with #AB8DEB
Text Example
Text Example
White with #AB8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DEB; }
p { color: rgb(171,141,235); }
H1.HeaderClassName
{
color: #AB8DEB;
}
.AnyTagClassName
{
color: #AB8DEB;
}
</style>
background-color css
<style>
a { background-color: #AB8DEB; }
a { background-color: rgb(171,141,235); }
div.DivClassName
{
background-color: #AB8DEB;
}
.BgClassName
{
background-color: #AB8DEB;
}
</style>
border-color css
<style>
span { border-color: #AB8DEB; }
span { border-color: rgb(171,141,235); }
td.TdClassName
{
border-color: #AB8DEB;
}
.TagClassName
{
border-color: #AB8DEB;
}
</style>