Shades of Violet Blue #AC3CA0
Tints of Violet Blue #AC3CA0
RGB
CMYK
RGB Variations
Color information
#AC3CA0 (or 0xAC3CA0) is known color: Violet Blue. HEX triplet: AC, 3C and A0. RGB value is (172,60,160). Sum of RGB (Red+Green+Blue) = 172+60+160=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3CA0 is #53C35F. Grayscale: #686868. Windows color (decimal): -5489504 or 10501292. OLE color: 10501292.
HSL color Cylindrical-coordinate representation of color #AC3CA0: hue angle of 306.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3CA0 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 160 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.33 |
| HSL | 306.43º | 0.48% | 0.45% | - |
| HSV(B) | 306.43º | 0.65% | 0.67% | - |
| XYZ | 24.97 | 14.54 | 34.75 | - |
| YUV | 104.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 160 | 0 | 0.65 | 0.07 | 0.33 | 306.43 | 0.48 | 0.45 |
| Hex | AC | 3C | A0 | 0 | 41 | 7 | 21 | 132 | 30 | 2D |
| Octal | 254 | 74 | 240 | 0 | 101 | 7 | 41 | 462 | 60 | 55 |
| Binary | 10101100 | 111100 | 10100000 | 0 | 1000001 | 111 | 100001 | 100110010 | 110000 | 101101 |
Color Harmonies of #AC3CA0
Complementary color
Monochromatic Colors of #AC3CA0
Black with #AC3CA0
Text Example
Text Example
White with #AC3CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CA0; }
p { color: rgb(172,60,160); }
H1.HeaderClassName
{
color: #AC3CA0;
}
.AnyTagClassName
{
color: #AC3CA0;
}
</style>
background-color css
<style>
a { background-color: #AC3CA0; }
a { background-color: rgb(172,60,160); }
div.DivClassName
{
background-color: #AC3CA0;
}
.BgClassName
{
background-color: #AC3CA0;
}
</style>
border-color css
<style>
span { border-color: #AC3CA0; }
span { border-color: rgb(172,60,160); }
td.TdClassName
{
border-color: #AC3CA0;
}
.TagClassName
{
border-color: #AC3CA0;
}
</style>