Shades of Biloba Flower #AB9ECC
Tints of Biloba Flower #AB9ECC
RGB
CMYK
RGB Variations
Color information
#AB9ECC (or 0xAB9ECC) is known color: Biloba Flower. HEX triplet: AB, 9E and CC. RGB value is (171,158,204). Sum of RGB (Red+Green+Blue) = 171+158+204=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ECC is #546133. Grayscale: #A6A6A6. Windows color (decimal): -5529908 or 13409963. OLE color: 13409963.
HSL color Cylindrical-coordinate representation of color #AB9ECC: hue angle of 256.96º degrees, saturation: 0.31, 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 #AB9ECC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 158 | 204 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.2 |
| HSL | 256.96º | 0.31% | 0.71% | - |
| HSV(B) | 256.96º | 0.23% | 0.8% | - |
| XYZ | 39.92 | 37.47 | 62.26 | - |
| YUV | 167.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 204 | 0.16 | 0.23 | 0 | 0.2 | 256.96 | 0.31 | 0.71 |
| Hex | AB | 9E | CC | 10 | 17 | 0 | 14 | 101 | 1F | 47 |
| Octal | 253 | 236 | 314 | 20 | 27 | 0 | 24 | 401 | 37 | 107 |
| Binary | 10101011 | 10011110 | 11001100 | 10000 | 10111 | 0 | 10100 | 100000001 | 11111 | 1000111 |
Color Harmonies of #AB9ECC
Complementary color
Monochromatic Colors of #AB9ECC
Black with #AB9ECC
Text Example
Text Example
White with #AB9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ECC; }
p { color: rgb(171,158,204); }
H1.HeaderClassName
{
color: #AB9ECC;
}
.AnyTagClassName
{
color: #AB9ECC;
}
</style>
background-color css
<style>
a { background-color: #AB9ECC; }
a { background-color: rgb(171,158,204); }
div.DivClassName
{
background-color: #AB9ECC;
}
.BgClassName
{
background-color: #AB9ECC;
}
</style>
border-color css
<style>
span { border-color: #AB9ECC; }
span { border-color: rgb(171,158,204); }
td.TdClassName
{
border-color: #AB9ECC;
}
.TagClassName
{
border-color: #AB9ECC;
}
</style>