Shades of Biloba Flower #AB9EC1
Tints of Biloba Flower #AB9EC1
RGB
CMYK
RGB Variations
Color information
#AB9EC1 (or 0xAB9EC1) is known color: Biloba Flower. HEX triplet: AB, 9E and C1. RGB value is (171,158,193). Sum of RGB (Red+Green+Blue) = 171+158+193=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB9EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EC1 is #54613E. Grayscale: #A5A5A5. Windows color (decimal): -5529919 or 12689067. OLE color: 12689067.
HSL color Cylindrical-coordinate representation of color #AB9EC1: hue angle of 262.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB9EC1 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 158 | 193 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.24 |
| HSL | 262.29º | 0.22% | 0.69% | - |
| HSV(B) | 262.29º | 0.18% | 0.76% | - |
| XYZ | 38.65 | 36.96 | 55.55 | - |
| YUV | 165.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 193 | 0.11 | 0.18 | 0 | 0.24 | 262.29 | 0.22 | 0.69 |
| Hex | AB | 9E | C1 | B | 12 | 0 | 18 | 106 | 16 | 45 |
| Octal | 253 | 236 | 301 | 13 | 22 | 0 | 30 | 406 | 26 | 105 |
| Binary | 10101011 | 10011110 | 11000001 | 1011 | 10010 | 0 | 11000 | 100000110 | 10110 | 1000101 |
Color Harmonies of #AB9EC1
Complementary color
Monochromatic Colors of #AB9EC1
Black with #AB9EC1
Text Example
Text Example
White with #AB9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EC1; }
p { color: rgb(171,158,193); }
H1.HeaderClassName
{
color: #AB9EC1;
}
.AnyTagClassName
{
color: #AB9EC1;
}
</style>
background-color css
<style>
a { background-color: #AB9EC1; }
a { background-color: rgb(171,158,193); }
div.DivClassName
{
background-color: #AB9EC1;
}
.BgClassName
{
background-color: #AB9EC1;
}
</style>
border-color css
<style>
span { border-color: #AB9EC1; }
span { border-color: rgb(171,158,193); }
td.TdClassName
{
border-color: #AB9EC1;
}
.TagClassName
{
border-color: #AB9EC1;
}
</style>