Shades of Biloba Flower #AB9EC6
Tints of Biloba Flower #AB9EC6
RGB
CMYK
RGB Variations
Color information
#AB9EC6 (or 0xAB9EC6) is known color: Biloba Flower. HEX triplet: AB, 9E and C6. RGB value is (171,158,198). Sum of RGB (Red+Green+Blue) = 171+158+198=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB9EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EC6 is #546139. Grayscale: #A6A6A6. Windows color (decimal): -5529914 or 13016747. OLE color: 13016747.
HSL color Cylindrical-coordinate representation of color #AB9EC6: hue angle of 259.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB9EC6 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 158 | 198 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.22 |
| HSL | 259.5º | 0.26% | 0.7% | - |
| HSV(B) | 259.5º | 0.2% | 0.78% | - |
| XYZ | 39.21 | 37.19 | 58.54 | - |
| YUV | 166.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 198 | 0.14 | 0.20 | 0 | 0.22 | 259.5 | 0.26 | 0.7 |
| Hex | AB | 9E | C6 | E | 14 | 0 | 16 | 104 | 1A | 46 |
| Octal | 253 | 236 | 306 | 16 | 24 | 0 | 26 | 404 | 32 | 106 |
| Binary | 10101011 | 10011110 | 11000110 | 1110 | 10100 | 0 | 10110 | 100000100 | 11010 | 1000110 |
Color Harmonies of #AB9EC6
Complementary color
Monochromatic Colors of #AB9EC6
Black with #AB9EC6
Text Example
Text Example
White with #AB9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EC6; }
p { color: rgb(171,158,198); }
H1.HeaderClassName
{
color: #AB9EC6;
}
.AnyTagClassName
{
color: #AB9EC6;
}
</style>
background-color css
<style>
a { background-color: #AB9EC6; }
a { background-color: rgb(171,158,198); }
div.DivClassName
{
background-color: #AB9EC6;
}
.BgClassName
{
background-color: #AB9EC6;
}
</style>
border-color css
<style>
span { border-color: #AB9EC6; }
span { border-color: rgb(171,158,198); }
td.TdClassName
{
border-color: #AB9EC6;
}
.TagClassName
{
border-color: #AB9EC6;
}
</style>