Shades of Violet Blue #AC3CA8
Tints of Violet Blue #AC3CA8
RGB
CMYK
RGB Variations
Color information
#AC3CA8 (or 0xAC3CA8) is known color: Violet Blue. HEX triplet: AC, 3C and A8. RGB value is (172,60,168). Sum of RGB (Red+Green+Blue) = 172+60+168=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3CA8 is #53C357. Grayscale: #696969. Windows color (decimal): -5489496 or 11025580. OLE color: 11025580.
HSL color Cylindrical-coordinate representation of color #AC3CA8: hue angle of 302.14º 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 #AC3CA8 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 168 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.33 |
| HSL | 302.14º | 0.48% | 0.45% | - |
| HSV(B) | 302.14º | 0.65% | 0.67% | - |
| XYZ | 25.7 | 14.83 | 38.55 | - |
| YUV | 105.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 168 | 0 | 0.65 | 0.02 | 0.33 | 302.14 | 0.48 | 0.45 |
| Hex | AC | 3C | A8 | 0 | 41 | 2 | 21 | 12E | 30 | 2D |
| Octal | 254 | 74 | 250 | 0 | 101 | 2 | 41 | 456 | 60 | 55 |
| Binary | 10101100 | 111100 | 10101000 | 0 | 1000001 | 10 | 100001 | 100101110 | 110000 | 101101 |
Color Harmonies of #AC3CA8
Complementary color
Monochromatic Colors of #AC3CA8
Black with #AC3CA8
Text Example
Text Example
White with #AC3CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CA8; }
p { color: rgb(172,60,168); }
H1.HeaderClassName
{
color: #AC3CA8;
}
.AnyTagClassName
{
color: #AC3CA8;
}
</style>
background-color css
<style>
a { background-color: #AC3CA8; }
a { background-color: rgb(172,60,168); }
div.DivClassName
{
background-color: #AC3CA8;
}
.BgClassName
{
background-color: #AC3CA8;
}
</style>
border-color css
<style>
span { border-color: #AC3CA8; }
span { border-color: rgb(172,60,168); }
td.TdClassName
{
border-color: #AC3CA8;
}
.TagClassName
{
border-color: #AC3CA8;
}
</style>