Shades of Violet Blue #AB519D
Tints of Violet Blue #AB519D
RGB
CMYK
RGB Variations
Color information
#AB519D (or 0xAB519D) is known color: Violet Blue. HEX triplet: AB, 51 and 9D. RGB value is (171,81,157). Sum of RGB (Red+Green+Blue) = 171+81+157=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB519D is #54AE62. Grayscale: #747474. Windows color (decimal): -5549667 or 10310059. OLE color: 10310059.
HSL color Cylindrical-coordinate representation of color #AB519D: hue angle of 309.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB519D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 157 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.33 |
| HSL | 309.33º | 0.36% | 0.49% | - |
| HSV(B) | 309.33º | 0.53% | 0.67% | - |
| XYZ | 25.82 | 16.98 | 33.81 | - |
| YUV | 116.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 157 | 0 | 0.53 | 0.08 | 0.33 | 309.33 | 0.36 | 0.49 |
| Hex | AB | 51 | 9D | 0 | 35 | 8 | 21 | 135 | 24 | 31 |
| Octal | 253 | 121 | 235 | 0 | 65 | 10 | 41 | 465 | 44 | 61 |
| Binary | 10101011 | 1010001 | 10011101 | 0 | 110101 | 1000 | 100001 | 100110101 | 100100 | 110001 |
Color Harmonies of #AB519D
Complementary color
Monochromatic Colors of #AB519D
Black with #AB519D
Text Example
Text Example
White with #AB519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB519D; }
p { color: rgb(171,81,157); }
H1.HeaderClassName
{
color: #AB519D;
}
.AnyTagClassName
{
color: #AB519D;
}
</style>
background-color css
<style>
a { background-color: #AB519D; }
a { background-color: rgb(171,81,157); }
div.DivClassName
{
background-color: #AB519D;
}
.BgClassName
{
background-color: #AB519D;
}
</style>
border-color css
<style>
span { border-color: #AB519D; }
span { border-color: rgb(171,81,157); }
td.TdClassName
{
border-color: #AB519D;
}
.TagClassName
{
border-color: #AB519D;
}
</style>