Shades of Violet Blue #AB5E99
Tints of Violet Blue #AB5E99
RGB
CMYK
RGB Variations
Color information
#AB5E99 (or 0xAB5E99) is known color: Violet Blue. HEX triplet: AB, 5E and 99. RGB value is (171,94,153). Sum of RGB (Red+Green+Blue) = 171+94+153=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E99 is #54A166. Grayscale: #7B7B7B. Windows color (decimal): -5546343 or 10051243. OLE color: 10051243.
HSL color Cylindrical-coordinate representation of color #AB5E99: hue angle of 314.03º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5E99 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 153 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.33 |
| HSL | 314.03º | 0.31% | 0.52% | - |
| HSV(B) | 314.03º | 0.45% | 0.67% | - |
| XYZ | 26.55 | 18.96 | 32.4 | - |
| YUV | 123.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 153 | 0 | 0.45 | 0.11 | 0.33 | 314.03 | 0.31 | 0.52 |
| Hex | AB | 5E | 99 | 0 | 2D | B | 21 | 13A | 1F | 34 |
| Octal | 253 | 136 | 231 | 0 | 55 | 13 | 41 | 472 | 37 | 64 |
| Binary | 10101011 | 1011110 | 10011001 | 0 | 101101 | 1011 | 100001 | 100111010 | 11111 | 110100 |
Color Harmonies of #AB5E99
Complementary color
Monochromatic Colors of #AB5E99
Black with #AB5E99
Text Example
Text Example
White with #AB5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E99; }
p { color: rgb(171,94,153); }
H1.HeaderClassName
{
color: #AB5E99;
}
.AnyTagClassName
{
color: #AB5E99;
}
</style>
background-color css
<style>
a { background-color: #AB5E99; }
a { background-color: rgb(171,94,153); }
div.DivClassName
{
background-color: #AB5E99;
}
.BgClassName
{
background-color: #AB5E99;
}
</style>
border-color css
<style>
span { border-color: #AB5E99; }
span { border-color: rgb(171,94,153); }
td.TdClassName
{
border-color: #AB5E99;
}
.TagClassName
{
border-color: #AB5E99;
}
</style>