Shades of Violet Blue #AB58A2
Tints of Violet Blue #AB58A2
RGB
CMYK
RGB Variations
Color information
#AB58A2 (or 0xAB58A2) is known color: Violet Blue. HEX triplet: AB, 58 and A2. RGB value is (171,88,162). Sum of RGB (Red+Green+Blue) = 171+88+162=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB58A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58A2 is #54A75D. Grayscale: #797979. Windows color (decimal): -5547870 or 10639531. OLE color: 10639531.
HSL color Cylindrical-coordinate representation of color #AB58A2: hue angle of 306.51º 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 #AB58A2 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 162 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.33 |
| HSL | 306.51º | 0.33% | 0.51% | - |
| HSV(B) | 306.51º | 0.49% | 0.67% | - |
| XYZ | 26.81 | 18.25 | 36.29 | - |
| YUV | 121.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 162 | 0 | 0.49 | 0.05 | 0.33 | 306.51 | 0.33 | 0.51 |
| Hex | AB | 58 | A2 | 0 | 31 | 5 | 21 | 133 | 21 | 33 |
| Octal | 253 | 130 | 242 | 0 | 61 | 5 | 41 | 463 | 41 | 63 |
| Binary | 10101011 | 1011000 | 10100010 | 0 | 110001 | 101 | 100001 | 100110011 | 100001 | 110011 |
Color Harmonies of #AB58A2
Complementary color
Monochromatic Colors of #AB58A2
Black with #AB58A2
Text Example
Text Example
White with #AB58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58A2; }
p { color: rgb(171,88,162); }
H1.HeaderClassName
{
color: #AB58A2;
}
.AnyTagClassName
{
color: #AB58A2;
}
</style>
background-color css
<style>
a { background-color: #AB58A2; }
a { background-color: rgb(171,88,162); }
div.DivClassName
{
background-color: #AB58A2;
}
.BgClassName
{
background-color: #AB58A2;
}
</style>
border-color css
<style>
span { border-color: #AB58A2; }
span { border-color: rgb(171,88,162); }
td.TdClassName
{
border-color: #AB58A2;
}
.TagClassName
{
border-color: #AB58A2;
}
</style>