Shades of Violet Blue #AC4D9C
Tints of Violet Blue #AC4D9C
RGB
CMYK
RGB Variations
Color information
#AC4D9C (or 0xAC4D9C) is known color: Violet Blue. HEX triplet: AC, 4D and 9C. RGB value is (172,77,156). Sum of RGB (Red+Green+Blue) = 172+77+156=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D9C is #53B263. Grayscale: #727272. Windows color (decimal): -5485156 or 10243500. OLE color: 10243500.
HSL color Cylindrical-coordinate representation of color #AC4D9C: hue angle of 310.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D9C is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 156 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.33 |
| HSL | 310.11º | 0.38% | 0.49% | - |
| HSV(B) | 310.11º | 0.55% | 0.67% | - |
| XYZ | 25.67 | 16.48 | 33.28 | - |
| YUV | 114.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 156 | 0 | 0.55 | 0.09 | 0.33 | 310.11 | 0.38 | 0.49 |
| Hex | AC | 4D | 9C | 0 | 37 | 9 | 21 | 136 | 26 | 31 |
| Octal | 254 | 115 | 234 | 0 | 67 | 11 | 41 | 466 | 46 | 61 |
| Binary | 10101100 | 1001101 | 10011100 | 0 | 110111 | 1001 | 100001 | 100110110 | 100110 | 110001 |
Color Harmonies of #AC4D9C
Complementary color
Monochromatic Colors of #AC4D9C
Black with #AC4D9C
Text Example
Text Example
White with #AC4D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D9C; }
p { color: rgb(172,77,156); }
H1.HeaderClassName
{
color: #AC4D9C;
}
.AnyTagClassName
{
color: #AC4D9C;
}
</style>
background-color css
<style>
a { background-color: #AC4D9C; }
a { background-color: rgb(172,77,156); }
div.DivClassName
{
background-color: #AC4D9C;
}
.BgClassName
{
background-color: #AC4D9C;
}
</style>
border-color css
<style>
span { border-color: #AC4D9C; }
span { border-color: rgb(172,77,156); }
td.TdClassName
{
border-color: #AC4D9C;
}
.TagClassName
{
border-color: #AC4D9C;
}
</style>