Shades of Violet Blue #AC4A9D
Tints of Violet Blue #AC4A9D
RGB
CMYK
RGB Variations
Color information
#AC4A9D (or 0xAC4A9D) is known color: Violet Blue. HEX triplet: AC, 4A and 9D. RGB value is (172,74,157). Sum of RGB (Red+Green+Blue) = 172+74+157=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A9D is #53B562. Grayscale: #707070. Windows color (decimal): -5485923 or 10308268. OLE color: 10308268.
HSL color Cylindrical-coordinate representation of color #AC4A9D: hue angle of 309.18º 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 #AC4A9D is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 157 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.33 |
| HSL | 309.18º | 0.4% | 0.48% | - |
| HSV(B) | 309.18º | 0.57% | 0.67% | - |
| XYZ | 25.55 | 16.1 | 33.66 | - |
| YUV | 112.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 157 | 0 | 0.57 | 0.09 | 0.33 | 309.18 | 0.4 | 0.48 |
| Hex | AC | 4A | 9D | 0 | 39 | 9 | 21 | 135 | 28 | 30 |
| Octal | 254 | 112 | 235 | 0 | 71 | 11 | 41 | 465 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10011101 | 0 | 111001 | 1001 | 100001 | 100110101 | 101000 | 110000 |
Color Harmonies of #AC4A9D
Complementary color
Monochromatic Colors of #AC4A9D
Black with #AC4A9D
Text Example
Text Example
White with #AC4A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A9D; }
p { color: rgb(172,74,157); }
H1.HeaderClassName
{
color: #AC4A9D;
}
.AnyTagClassName
{
color: #AC4A9D;
}
</style>
background-color css
<style>
a { background-color: #AC4A9D; }
a { background-color: rgb(172,74,157); }
div.DivClassName
{
background-color: #AC4A9D;
}
.BgClassName
{
background-color: #AC4A9D;
}
</style>
border-color css
<style>
span { border-color: #AC4A9D; }
span { border-color: rgb(172,74,157); }
td.TdClassName
{
border-color: #AC4A9D;
}
.TagClassName
{
border-color: #AC4A9D;
}
</style>