Shades of Biloba Flower #AB9ECB
Tints of Biloba Flower #AB9ECB
RGB
CMYK
RGB Variations
Color information
#AB9ECB (or 0xAB9ECB) is known color: Biloba Flower. HEX triplet: AB, 9E and CB. RGB value is (171,158,203). Sum of RGB (Red+Green+Blue) = 171+158+203=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ECB is #546134. Grayscale: #A6A6A6. Windows color (decimal): -5529909 or 13344427. OLE color: 13344427.
HSL color Cylindrical-coordinate representation of color #AB9ECB: hue angle of 257.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9ECB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 158 | 203 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.20 |
| HSL | 257.33º | 0.3% | 0.71% | - |
| HSV(B) | 257.33º | 0.22% | 0.8% | - |
| XYZ | 39.8 | 37.42 | 61.63 | - |
| YUV | 167.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 203 | 0.16 | 0.22 | 0 | 0.20 | 257.33 | 0.3 | 0.71 |
| Hex | AB | 9E | CB | 10 | 16 | 0 | 14 | 101 | 1E | 47 |
| Octal | 253 | 236 | 313 | 20 | 26 | 0 | 24 | 401 | 36 | 107 |
| Binary | 10101011 | 10011110 | 11001011 | 10000 | 10110 | 0 | 10100 | 100000001 | 11110 | 1000111 |
Color Harmonies of #AB9ECB
Complementary color
Monochromatic Colors of #AB9ECB
Black with #AB9ECB
Text Example
Text Example
White with #AB9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ECB; }
p { color: rgb(171,158,203); }
H1.HeaderClassName
{
color: #AB9ECB;
}
.AnyTagClassName
{
color: #AB9ECB;
}
</style>
background-color css
<style>
a { background-color: #AB9ECB; }
a { background-color: rgb(171,158,203); }
div.DivClassName
{
background-color: #AB9ECB;
}
.BgClassName
{
background-color: #AB9ECB;
}
</style>
border-color css
<style>
span { border-color: #AB9ECB; }
span { border-color: rgb(171,158,203); }
td.TdClassName
{
border-color: #AB9ECB;
}
.TagClassName
{
border-color: #AB9ECB;
}
</style>