Shades of Violet Blue #AC4A9C
Tints of Violet Blue #AC4A9C
RGB
CMYK
RGB Variations
Color information
#AC4A9C (or 0xAC4A9C) is known color: Violet Blue. HEX triplet: AC, 4A and 9C. RGB value is (172,74,156). Sum of RGB (Red+Green+Blue) = 172+74+156=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A9C is #53B563. Grayscale: #707070. Windows color (decimal): -5485924 or 10242732. OLE color: 10242732.
HSL color Cylindrical-coordinate representation of color #AC4A9C: hue angle of 309.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A9C is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 156 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.33 |
| HSL | 309.8º | 0.4% | 0.48% | - |
| HSV(B) | 309.8º | 0.57% | 0.67% | - |
| XYZ | 25.46 | 16.07 | 33.21 | - |
| YUV | 112.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 156 | 0 | 0.57 | 0.09 | 0.33 | 309.8 | 0.4 | 0.48 |
| Hex | AC | 4A | 9C | 0 | 39 | 9 | 21 | 136 | 28 | 30 |
| Octal | 254 | 112 | 234 | 0 | 71 | 11 | 41 | 466 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10011100 | 0 | 111001 | 1001 | 100001 | 100110110 | 101000 | 110000 |
Color Harmonies of #AC4A9C
Complementary color
Monochromatic Colors of #AC4A9C
Black with #AC4A9C
Text Example
Text Example
White with #AC4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A9C; }
p { color: rgb(172,74,156); }
H1.HeaderClassName
{
color: #AC4A9C;
}
.AnyTagClassName
{
color: #AC4A9C;
}
</style>
background-color css
<style>
a { background-color: #AC4A9C; }
a { background-color: rgb(172,74,156); }
div.DivClassName
{
background-color: #AC4A9C;
}
.BgClassName
{
background-color: #AC4A9C;
}
</style>
border-color css
<style>
span { border-color: #AC4A9C; }
span { border-color: rgb(172,74,156); }
td.TdClassName
{
border-color: #AC4A9C;
}
.TagClassName
{
border-color: #AC4A9C;
}
</style>