Shades of Biloba Flower #AB9ECD
Tints of Biloba Flower #AB9ECD
RGB
CMYK
RGB Variations
Color information
#AB9ECD (or 0xAB9ECD) is known color: Biloba Flower. HEX triplet: AB, 9E and CD. RGB value is (171,158,205). Sum of RGB (Red+Green+Blue) = 171+158+205=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ECD is #546132. Grayscale: #A7A7A7. Windows color (decimal): -5529907 or 13475499. OLE color: 13475499.
HSL color Cylindrical-coordinate representation of color #AB9ECD: hue angle of 256.6º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9ECD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 158 | 205 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.20 |
| HSL | 256.6º | 0.32% | 0.71% | - |
| HSV(B) | 256.6º | 0.23% | 0.8% | - |
| XYZ | 40.04 | 37.52 | 62.89 | - |
| YUV | 167.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 205 | 0.17 | 0.23 | 0 | 0.20 | 256.6 | 0.32 | 0.71 |
| Hex | AB | 9E | CD | 11 | 17 | 0 | 14 | 101 | 20 | 47 |
| Octal | 253 | 236 | 315 | 21 | 27 | 0 | 24 | 401 | 40 | 107 |
| Binary | 10101011 | 10011110 | 11001101 | 10001 | 10111 | 0 | 10100 | 100000001 | 100000 | 1000111 |
Color Harmonies of #AB9ECD
Complementary color
Monochromatic Colors of #AB9ECD
Black with #AB9ECD
Text Example
Text Example
White with #AB9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ECD; }
p { color: rgb(171,158,205); }
H1.HeaderClassName
{
color: #AB9ECD;
}
.AnyTagClassName
{
color: #AB9ECD;
}
</style>
background-color css
<style>
a { background-color: #AB9ECD; }
a { background-color: rgb(171,158,205); }
div.DivClassName
{
background-color: #AB9ECD;
}
.BgClassName
{
background-color: #AB9ECD;
}
</style>
border-color css
<style>
span { border-color: #AB9ECD; }
span { border-color: rgb(171,158,205); }
td.TdClassName
{
border-color: #AB9ECD;
}
.TagClassName
{
border-color: #AB9ECD;
}
</style>