Shades of Violet Blue #AC37A4
Tints of Violet Blue #AC37A4
RGB
CMYK
RGB Variations
Color information
#AC37A4 (or 0xAC37A4) is known color: Violet Blue. HEX triplet: AC, 37 and A4. RGB value is (172,55,164). Sum of RGB (Red+Green+Blue) = 172+55+164=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC37A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC37A4 is #53C85B. Grayscale: #666666. Windows color (decimal): -5490780 or 10762156. OLE color: 10762156.
HSL color Cylindrical-coordinate representation of color #AC37A4: hue angle of 304.1º 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 #AC37A4 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 164 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.33 |
| HSL | 304.1º | 0.52% | 0.45% | - |
| HSV(B) | 304.1º | 0.68% | 0.67% | - |
| XYZ | 25.08 | 14.18 | 36.54 | - |
| YUV | 102.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 164 | 0 | 0.68 | 0.05 | 0.33 | 304.1 | 0.52 | 0.45 |
| Hex | AC | 37 | A4 | 0 | 44 | 5 | 21 | 130 | 34 | 2D |
| Octal | 254 | 67 | 244 | 0 | 104 | 5 | 41 | 460 | 64 | 55 |
| Binary | 10101100 | 110111 | 10100100 | 0 | 1000100 | 101 | 100001 | 100110000 | 110100 | 101101 |
Color Harmonies of #AC37A4
Complementary color
Monochromatic Colors of #AC37A4
Black with #AC37A4
Text Example
Text Example
White with #AC37A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37A4; }
p { color: rgb(172,55,164); }
H1.HeaderClassName
{
color: #AC37A4;
}
.AnyTagClassName
{
color: #AC37A4;
}
</style>
background-color css
<style>
a { background-color: #AC37A4; }
a { background-color: rgb(172,55,164); }
div.DivClassName
{
background-color: #AC37A4;
}
.BgClassName
{
background-color: #AC37A4;
}
</style>
border-color css
<style>
span { border-color: #AC37A4; }
span { border-color: rgb(172,55,164); }
td.TdClassName
{
border-color: #AC37A4;
}
.TagClassName
{
border-color: #AC37A4;
}
</style>