Shades of Violet Blue #AC4C9C
Tints of Violet Blue #AC4C9C
RGB
CMYK
RGB Variations
Color information
#AC4C9C (or 0xAC4C9C) is known color: Violet Blue. HEX triplet: AC, 4C and 9C. RGB value is (172,76,156). Sum of RGB (Red+Green+Blue) = 172+76+156=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C9C is #53B363. Grayscale: #717171. Windows color (decimal): -5485412 or 10243244. OLE color: 10243244.
HSL color Cylindrical-coordinate representation of color #AC4C9C: hue angle of 310º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C9C is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 156 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.33 |
| HSL | 310º | 0.39% | 0.49% | - |
| HSV(B) | 310º | 0.56% | 0.67% | - |
| XYZ | 25.6 | 16.34 | 33.26 | - |
| YUV | 113.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 156 | 0 | 0.56 | 0.09 | 0.33 | 310 | 0.39 | 0.49 |
| Hex | AC | 4C | 9C | 0 | 38 | 9 | 21 | 136 | 27 | 31 |
| Octal | 254 | 114 | 234 | 0 | 70 | 11 | 41 | 466 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10011100 | 0 | 111000 | 1001 | 100001 | 100110110 | 100111 | 110001 |
Color Harmonies of #AC4C9C
Complementary color
Monochromatic Colors of #AC4C9C
Black with #AC4C9C
Text Example
Text Example
White with #AC4C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C9C; }
p { color: rgb(172,76,156); }
H1.HeaderClassName
{
color: #AC4C9C;
}
.AnyTagClassName
{
color: #AC4C9C;
}
</style>
background-color css
<style>
a { background-color: #AC4C9C; }
a { background-color: rgb(172,76,156); }
div.DivClassName
{
background-color: #AC4C9C;
}
.BgClassName
{
background-color: #AC4C9C;
}
</style>
border-color css
<style>
span { border-color: #AC4C9C; }
span { border-color: rgb(172,76,156); }
td.TdClassName
{
border-color: #AC4C9C;
}
.TagClassName
{
border-color: #AC4C9C;
}
</style>