Shades of Violet Blue #AC37A3
Tints of Violet Blue #AC37A3
RGB
CMYK
RGB Variations
Color information
#AC37A3 (or 0xAC37A3) is known color: Violet Blue. HEX triplet: AC, 37 and A3. RGB value is (172,55,163). Sum of RGB (Red+Green+Blue) = 172+55+163=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC37A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC37A3 is #53C85C. Grayscale: #656565. Windows color (decimal): -5490781 or 10696620. OLE color: 10696620.
HSL color Cylindrical-coordinate representation of color #AC37A3: hue angle of 304.62º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC37A3 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 163 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.33 |
| HSL | 304.62º | 0.52% | 0.45% | - |
| HSV(B) | 304.62º | 0.68% | 0.67% | - |
| XYZ | 24.99 | 14.15 | 36.06 | - |
| YUV | 102.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 163 | 0 | 0.68 | 0.05 | 0.33 | 304.62 | 0.52 | 0.45 |
| Hex | AC | 37 | A3 | 0 | 44 | 5 | 21 | 131 | 34 | 2D |
| Octal | 254 | 67 | 243 | 0 | 104 | 5 | 41 | 461 | 64 | 55 |
| Binary | 10101100 | 110111 | 10100011 | 0 | 1000100 | 101 | 100001 | 100110001 | 110100 | 101101 |
Color Harmonies of #AC37A3
Complementary color
Monochromatic Colors of #AC37A3
Black with #AC37A3
Text Example
Text Example
White with #AC37A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37A3; }
p { color: rgb(172,55,163); }
H1.HeaderClassName
{
color: #AC37A3;
}
.AnyTagClassName
{
color: #AC37A3;
}
</style>
background-color css
<style>
a { background-color: #AC37A3; }
a { background-color: rgb(172,55,163); }
div.DivClassName
{
background-color: #AC37A3;
}
.BgClassName
{
background-color: #AC37A3;
}
</style>
border-color css
<style>
span { border-color: #AC37A3; }
span { border-color: rgb(172,55,163); }
td.TdClassName
{
border-color: #AC37A3;
}
.TagClassName
{
border-color: #AC37A3;
}
</style>