Shades of Violet Blue #AB5B9F
Tints of Violet Blue #AB5B9F
RGB
CMYK
RGB Variations
Color information
#AB5B9F (or 0xAB5B9F) is known color: Violet Blue. HEX triplet: AB, 5B and 9F. RGB value is (171,91,159). Sum of RGB (Red+Green+Blue) = 171+91+159=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5B9F is #54A460. Grayscale: #7A7A7A. Windows color (decimal): -5547105 or 10443691. OLE color: 10443691.
HSL color Cylindrical-coordinate representation of color #AB5B9F: hue angle of 309º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B9F is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 159 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.33 |
| HSL | 309º | 0.32% | 0.51% | - |
| HSV(B) | 309º | 0.47% | 0.67% | - |
| XYZ | 26.79 | 18.64 | 34.99 | - |
| YUV | 122.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 159 | 0 | 0.47 | 0.07 | 0.33 | 309 | 0.32 | 0.51 |
| Hex | AB | 5B | 9F | 0 | 2F | 7 | 21 | 135 | 20 | 33 |
| Octal | 253 | 133 | 237 | 0 | 57 | 7 | 41 | 465 | 40 | 63 |
| Binary | 10101011 | 1011011 | 10011111 | 0 | 101111 | 111 | 100001 | 100110101 | 100000 | 110011 |
Color Harmonies of #AB5B9F
Complementary color
Monochromatic Colors of #AB5B9F
Black with #AB5B9F
Text Example
Text Example
White with #AB5B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B9F; }
p { color: rgb(171,91,159); }
H1.HeaderClassName
{
color: #AB5B9F;
}
.AnyTagClassName
{
color: #AB5B9F;
}
</style>
background-color css
<style>
a { background-color: #AB5B9F; }
a { background-color: rgb(171,91,159); }
div.DivClassName
{
background-color: #AB5B9F;
}
.BgClassName
{
background-color: #AB5B9F;
}
</style>
border-color css
<style>
span { border-color: #AB5B9F; }
span { border-color: rgb(171,91,159); }
td.TdClassName
{
border-color: #AB5B9F;
}
.TagClassName
{
border-color: #AB5B9F;
}
</style>