Shades of Violet Blue #AB58AF
Tints of Violet Blue #AB58AF
RGB
CMYK
RGB Variations
Color information
#AB58AF (or 0xAB58AF) is known color: Violet Blue. HEX triplet: AB, 58 and AF. RGB value is (171,88,175). Sum of RGB (Red+Green+Blue) = 171+88+175=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB58AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58AF is #54A750. Grayscale: #7A7A7A. Windows color (decimal): -5547857 or 11491499. OLE color: 11491499.
HSL color Cylindrical-coordinate representation of color #AB58AF: hue angle of 297.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB58AF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 88 | 175 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.31 |
| HSL | 297.24º | 0.35% | 0.52% | - |
| HSV(B) | 297.24º | 0.5% | 0.69% | - |
| XYZ | 28.02 | 18.73 | 42.7 | - |
| YUV | 122.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 175 | 0.02 | 0.50 | 0 | 0.31 | 297.24 | 0.35 | 0.52 |
| Hex | AB | 58 | AF | 2 | 32 | 0 | 1F | 129 | 23 | 34 |
| Octal | 253 | 130 | 257 | 2 | 62 | 0 | 37 | 451 | 43 | 64 |
| Binary | 10101011 | 1011000 | 10101111 | 10 | 110010 | 0 | 11111 | 100101001 | 100011 | 110100 |
Color Harmonies of #AB58AF
Complementary color
Monochromatic Colors of #AB58AF
Black with #AB58AF
Text Example
Text Example
White with #AB58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58AF; }
p { color: rgb(171,88,175); }
H1.HeaderClassName
{
color: #AB58AF;
}
.AnyTagClassName
{
color: #AB58AF;
}
</style>
background-color css
<style>
a { background-color: #AB58AF; }
a { background-color: rgb(171,88,175); }
div.DivClassName
{
background-color: #AB58AF;
}
.BgClassName
{
background-color: #AB58AF;
}
</style>
border-color css
<style>
span { border-color: #AB58AF; }
span { border-color: rgb(171,88,175); }
td.TdClassName
{
border-color: #AB58AF;
}
.TagClassName
{
border-color: #AB58AF;
}
</style>