Shades of Violet Blue #AB58A5
Tints of Violet Blue #AB58A5
RGB
CMYK
RGB Variations
Color information
#AB58A5 (or 0xAB58A5) is known color: Violet Blue. HEX triplet: AB, 58 and A5. RGB value is (171,88,165). Sum of RGB (Red+Green+Blue) = 171+88+165=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB58A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58A5 is #54A75A. Grayscale: #797979. Windows color (decimal): -5547867 or 10836139. OLE color: 10836139.
HSL color Cylindrical-coordinate representation of color #AB58A5: hue angle of 304.34º 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 #AB58A5 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 165 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.33 |
| HSL | 304.34º | 0.33% | 0.51% | - |
| HSV(B) | 304.34º | 0.49% | 0.67% | - |
| XYZ | 27.08 | 18.35 | 37.71 | - |
| YUV | 121.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 165 | 0 | 0.49 | 0.04 | 0.33 | 304.34 | 0.33 | 0.51 |
| Hex | AB | 58 | A5 | 0 | 31 | 4 | 21 | 130 | 21 | 33 |
| Octal | 253 | 130 | 245 | 0 | 61 | 4 | 41 | 460 | 41 | 63 |
| Binary | 10101011 | 1011000 | 10100101 | 0 | 110001 | 100 | 100001 | 100110000 | 100001 | 110011 |
Color Harmonies of #AB58A5
Complementary color
Monochromatic Colors of #AB58A5
Black with #AB58A5
Text Example
Text Example
White with #AB58A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58A5; }
p { color: rgb(171,88,165); }
H1.HeaderClassName
{
color: #AB58A5;
}
.AnyTagClassName
{
color: #AB58A5;
}
</style>
background-color css
<style>
a { background-color: #AB58A5; }
a { background-color: rgb(171,88,165); }
div.DivClassName
{
background-color: #AB58A5;
}
.BgClassName
{
background-color: #AB58A5;
}
</style>
border-color css
<style>
span { border-color: #AB58A5; }
span { border-color: rgb(171,88,165); }
td.TdClassName
{
border-color: #AB58A5;
}
.TagClassName
{
border-color: #AB58A5;
}
</style>