Shades of Biloba Flower #AB9EC8
Tints of Biloba Flower #AB9EC8
RGB
CMYK
RGB Variations
Color information
#AB9EC8 (or 0xAB9EC8) is known color: Biloba Flower. HEX triplet: AB, 9E and C8. RGB value is (171,158,200). Sum of RGB (Red+Green+Blue) = 171+158+200=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB9EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EC8 is #546137. Grayscale: #A6A6A6. Windows color (decimal): -5529912 or 13147819. OLE color: 13147819.
HSL color Cylindrical-coordinate representation of color #AB9EC8: hue angle of 258.57º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9EC8 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 158 | 200 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.22 |
| HSL | 258.57º | 0.28% | 0.7% | - |
| HSV(B) | 258.57º | 0.21% | 0.78% | - |
| XYZ | 39.45 | 37.28 | 59.76 | - |
| YUV | 166.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 200 | 0.14 | 0.21 | 0 | 0.22 | 258.57 | 0.28 | 0.7 |
| Hex | AB | 9E | C8 | E | 15 | 0 | 16 | 103 | 1C | 46 |
| Octal | 253 | 236 | 310 | 16 | 25 | 0 | 26 | 403 | 34 | 106 |
| Binary | 10101011 | 10011110 | 11001000 | 1110 | 10101 | 0 | 10110 | 100000011 | 11100 | 1000110 |
Color Harmonies of #AB9EC8
Complementary color
Monochromatic Colors of #AB9EC8
Black with #AB9EC8
Text Example
Text Example
White with #AB9EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EC8; }
p { color: rgb(171,158,200); }
H1.HeaderClassName
{
color: #AB9EC8;
}
.AnyTagClassName
{
color: #AB9EC8;
}
</style>
background-color css
<style>
a { background-color: #AB9EC8; }
a { background-color: rgb(171,158,200); }
div.DivClassName
{
background-color: #AB9EC8;
}
.BgClassName
{
background-color: #AB9EC8;
}
</style>
border-color css
<style>
span { border-color: #AB9EC8; }
span { border-color: rgb(171,158,200); }
td.TdClassName
{
border-color: #AB9EC8;
}
.TagClassName
{
border-color: #AB9EC8;
}
</style>