Shades of Violet Blue #AB4BA1
Tints of Violet Blue #AB4BA1
RGB
CMYK
RGB Variations
Color information
#AB4BA1 (or 0xAB4BA1) is known color: Violet Blue. HEX triplet: AB, 4B and A1. RGB value is (171,75,161). Sum of RGB (Red+Green+Blue) = 171+75+161=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4BA1 is #54B45E. Grayscale: #717171. Windows color (decimal): -5551199 or 10570667. OLE color: 10570667.
HSL color Cylindrical-coordinate representation of color #AB4BA1: hue angle of 306.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4BA1 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 75 | 161 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.33 |
| HSL | 306.25º | 0.39% | 0.48% | - |
| HSV(B) | 306.25º | 0.56% | 0.67% | - |
| XYZ | 25.74 | 16.26 | 35.5 | - |
| YUV | 113.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 161 | 0 | 0.56 | 0.06 | 0.33 | 306.25 | 0.39 | 0.48 |
| Hex | AB | 4B | A1 | 0 | 38 | 6 | 21 | 132 | 27 | 30 |
| Octal | 253 | 113 | 241 | 0 | 70 | 6 | 41 | 462 | 47 | 60 |
| Binary | 10101011 | 1001011 | 10100001 | 0 | 111000 | 110 | 100001 | 100110010 | 100111 | 110000 |
Color Harmonies of #AB4BA1
Complementary color
Monochromatic Colors of #AB4BA1
Black with #AB4BA1
Text Example
Text Example
White with #AB4BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BA1; }
p { color: rgb(171,75,161); }
H1.HeaderClassName
{
color: #AB4BA1;
}
.AnyTagClassName
{
color: #AB4BA1;
}
</style>
background-color css
<style>
a { background-color: #AB4BA1; }
a { background-color: rgb(171,75,161); }
div.DivClassName
{
background-color: #AB4BA1;
}
.BgClassName
{
background-color: #AB4BA1;
}
</style>
border-color css
<style>
span { border-color: #AB4BA1; }
span { border-color: rgb(171,75,161); }
td.TdClassName
{
border-color: #AB4BA1;
}
.TagClassName
{
border-color: #AB4BA1;
}
</style>