Shades of Violet Blue #AB49A2
Tints of Violet Blue #AB49A2
RGB
CMYK
RGB Variations
Color information
#AB49A2 (or 0xAB49A2) is known color: Violet Blue. HEX triplet: AB, 49 and A2. RGB value is (171,73,162). Sum of RGB (Red+Green+Blue) = 171+73+162=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB49A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB49A2 is #54B65D. Grayscale: #707070. Windows color (decimal): -5551710 or 10635691. OLE color: 10635691.
HSL color Cylindrical-coordinate representation of color #AB49A2: hue angle of 305.51º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB49A2 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 162 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.33 |
| HSL | 305.51º | 0.4% | 0.48% | - |
| HSV(B) | 305.51º | 0.57% | 0.67% | - |
| XYZ | 25.7 | 16.03 | 35.92 | - |
| YUV | 112.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 162 | 0 | 0.57 | 0.05 | 0.33 | 305.51 | 0.4 | 0.48 |
| Hex | AB | 49 | A2 | 0 | 39 | 5 | 21 | 132 | 28 | 30 |
| Octal | 253 | 111 | 242 | 0 | 71 | 5 | 41 | 462 | 50 | 60 |
| Binary | 10101011 | 1001001 | 10100010 | 0 | 111001 | 101 | 100001 | 100110010 | 101000 | 110000 |
Color Harmonies of #AB49A2
Complementary color
Monochromatic Colors of #AB49A2
Black with #AB49A2
Text Example
Text Example
White with #AB49A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49A2; }
p { color: rgb(171,73,162); }
H1.HeaderClassName
{
color: #AB49A2;
}
.AnyTagClassName
{
color: #AB49A2;
}
</style>
background-color css
<style>
a { background-color: #AB49A2; }
a { background-color: rgb(171,73,162); }
div.DivClassName
{
background-color: #AB49A2;
}
.BgClassName
{
background-color: #AB49A2;
}
</style>
border-color css
<style>
span { border-color: #AB49A2; }
span { border-color: rgb(171,73,162); }
td.TdClassName
{
border-color: #AB49A2;
}
.TagClassName
{
border-color: #AB49A2;
}
</style>