Shades of Violet Blue #AB58A6
Tints of Violet Blue #AB58A6
RGB
CMYK
RGB Variations
Color information
#AB58A6 (or 0xAB58A6) is known color: Violet Blue. HEX triplet: AB, 58 and A6. RGB value is (171,88,166). Sum of RGB (Red+Green+Blue) = 171+88+166=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB58A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58A6 is #54A759. Grayscale: #797979. Windows color (decimal): -5547866 or 10901675. OLE color: 10901675.
HSL color Cylindrical-coordinate representation of color #AB58A6: hue angle of 303.61º 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 #AB58A6 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 166 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.33 |
| HSL | 303.61º | 0.33% | 0.51% | - |
| HSV(B) | 303.61º | 0.49% | 0.67% | - |
| XYZ | 27.17 | 18.39 | 38.19 | - |
| YUV | 121.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 166 | 0 | 0.49 | 0.03 | 0.33 | 303.61 | 0.33 | 0.51 |
| Hex | AB | 58 | A6 | 0 | 31 | 3 | 21 | 130 | 21 | 33 |
| Octal | 253 | 130 | 246 | 0 | 61 | 3 | 41 | 460 | 41 | 63 |
| Binary | 10101011 | 1011000 | 10100110 | 0 | 110001 | 11 | 100001 | 100110000 | 100001 | 110011 |
Color Harmonies of #AB58A6
Complementary color
Monochromatic Colors of #AB58A6
Black with #AB58A6
Text Example
Text Example
White with #AB58A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58A6; }
p { color: rgb(171,88,166); }
H1.HeaderClassName
{
color: #AB58A6;
}
.AnyTagClassName
{
color: #AB58A6;
}
</style>
background-color css
<style>
a { background-color: #AB58A6; }
a { background-color: rgb(171,88,166); }
div.DivClassName
{
background-color: #AB58A6;
}
.BgClassName
{
background-color: #AB58A6;
}
</style>
border-color css
<style>
span { border-color: #AB58A6; }
span { border-color: rgb(171,88,166); }
td.TdClassName
{
border-color: #AB58A6;
}
.TagClassName
{
border-color: #AB58A6;
}
</style>