Shades of Biloba Flower #AB8DCE
Tints of Biloba Flower #AB8DCE
RGB
CMYK
RGB Variations
Color information
#AB8DCE (or 0xAB8DCE) is known color: Biloba Flower. HEX triplet: AB, 8D and CE. RGB value is (171,141,206). Sum of RGB (Red+Green+Blue) = 171+141+206=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB8DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCE is #547231. Grayscale: #9D9D9D. Windows color (decimal): -5534258 or 13536683. OLE color: 13536683.
HSL color Cylindrical-coordinate representation of color #AB8DCE: hue angle of 267.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8DCE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 141 | 206 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.19 |
| HSL | 267.69º | 0.4% | 0.68% | - |
| HSV(B) | 267.69º | 0.32% | 0.81% | - |
| XYZ | 37.46 | 32.16 | 62.63 | - |
| YUV | 157.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 206 | 0.17 | 0.32 | 0 | 0.19 | 267.69 | 0.4 | 0.68 |
| Hex | AB | 8D | CE | 11 | 20 | 0 | 13 | 10C | 28 | 44 |
| Octal | 253 | 215 | 316 | 21 | 40 | 0 | 23 | 414 | 50 | 104 |
| Binary | 10101011 | 10001101 | 11001110 | 10001 | 100000 | 0 | 10011 | 100001100 | 101000 | 1000100 |
Color Harmonies of #AB8DCE
Complementary color
Monochromatic Colors of #AB8DCE
Black with #AB8DCE
Text Example
Text Example
White with #AB8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DCE; }
p { color: rgb(171,141,206); }
H1.HeaderClassName
{
color: #AB8DCE;
}
.AnyTagClassName
{
color: #AB8DCE;
}
</style>
background-color css
<style>
a { background-color: #AB8DCE; }
a { background-color: rgb(171,141,206); }
div.DivClassName
{
background-color: #AB8DCE;
}
.BgClassName
{
background-color: #AB8DCE;
}
</style>
border-color css
<style>
span { border-color: #AB8DCE; }
span { border-color: rgb(171,141,206); }
td.TdClassName
{
border-color: #AB8DCE;
}
.TagClassName
{
border-color: #AB8DCE;
}
</style>