Shades of Violet Blue #AB58A1
Tints of Violet Blue #AB58A1
RGB
CMYK
RGB Variations
Color information
#AB58A1 (or 0xAB58A1) is known color: Violet Blue. HEX triplet: AB, 58 and A1. RGB value is (171,88,161). Sum of RGB (Red+Green+Blue) = 171+88+161=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB58A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58A1 is #54A75E. Grayscale: #787878. Windows color (decimal): -5547871 or 10573995. OLE color: 10573995.
HSL color Cylindrical-coordinate representation of color #AB58A1: hue angle of 307.23º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB58A1 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 161 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.33 |
| HSL | 307.23º | 0.33% | 0.51% | - |
| HSV(B) | 307.23º | 0.49% | 0.67% | - |
| XYZ | 26.72 | 18.21 | 35.83 | - |
| YUV | 121.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 161 | 0 | 0.49 | 0.06 | 0.33 | 307.23 | 0.33 | 0.51 |
| Hex | AB | 58 | A1 | 0 | 31 | 6 | 21 | 133 | 21 | 33 |
| Octal | 253 | 130 | 241 | 0 | 61 | 6 | 41 | 463 | 41 | 63 |
| Binary | 10101011 | 1011000 | 10100001 | 0 | 110001 | 110 | 100001 | 100110011 | 100001 | 110011 |
Color Harmonies of #AB58A1
Complementary color
Monochromatic Colors of #AB58A1
Black with #AB58A1
Text Example
Text Example
White with #AB58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58A1; }
p { color: rgb(171,88,161); }
H1.HeaderClassName
{
color: #AB58A1;
}
.AnyTagClassName
{
color: #AB58A1;
}
</style>
background-color css
<style>
a { background-color: #AB58A1; }
a { background-color: rgb(171,88,161); }
div.DivClassName
{
background-color: #AB58A1;
}
.BgClassName
{
background-color: #AB58A1;
}
</style>
border-color css
<style>
span { border-color: #AB58A1; }
span { border-color: rgb(171,88,161); }
td.TdClassName
{
border-color: #AB58A1;
}
.TagClassName
{
border-color: #AB58A1;
}
</style>