Shades of Violet Blue #AB37A2
Tints of Violet Blue #AB37A2
RGB
CMYK
RGB Variations
Color information
#AB37A2 (or 0xAB37A2) is known color: Violet Blue. HEX triplet: AB, 37 and A2. RGB value is (171,55,162). Sum of RGB (Red+Green+Blue) = 171+55+162=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB37A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB37A2 is #54C85D. Grayscale: #656565. Windows color (decimal): -5556318 or 10631083. OLE color: 10631083.
HSL color Cylindrical-coordinate representation of color #AB37A2: hue angle of 304.66º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB37A2 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 162 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.33 |
| HSL | 304.66º | 0.51% | 0.44% | - |
| HSV(B) | 304.66º | 0.68% | 0.67% | - |
| XYZ | 24.68 | 14 | 35.58 | - |
| YUV | 101.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 162 | 0 | 0.68 | 0.05 | 0.33 | 304.66 | 0.51 | 0.44 |
| Hex | AB | 37 | A2 | 0 | 44 | 5 | 21 | 131 | 33 | 2C |
| Octal | 253 | 67 | 242 | 0 | 104 | 5 | 41 | 461 | 63 | 54 |
| Binary | 10101011 | 110111 | 10100010 | 0 | 1000100 | 101 | 100001 | 100110001 | 110011 | 101100 |
Color Harmonies of #AB37A2
Complementary color
Monochromatic Colors of #AB37A2
Black with #AB37A2
Text Example
Text Example
White with #AB37A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB37A2; }
p { color: rgb(171,55,162); }
H1.HeaderClassName
{
color: #AB37A2;
}
.AnyTagClassName
{
color: #AB37A2;
}
</style>
background-color css
<style>
a { background-color: #AB37A2; }
a { background-color: rgb(171,55,162); }
div.DivClassName
{
background-color: #AB37A2;
}
.BgClassName
{
background-color: #AB37A2;
}
</style>
border-color css
<style>
span { border-color: #AB37A2; }
span { border-color: rgb(171,55,162); }
td.TdClassName
{
border-color: #AB37A2;
}
.TagClassName
{
border-color: #AB37A2;
}
</style>