Shades of Violet Blue #AC4AA1
Tints of Violet Blue #AC4AA1
RGB
CMYK
RGB Variations
Color information
#AC4AA1 (or 0xAC4AA1) is known color: Violet Blue. HEX triplet: AC, 4A and A1. RGB value is (172,74,161). Sum of RGB (Red+Green+Blue) = 172+74+161=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AA1 is #53B55E. Grayscale: #707070. Windows color (decimal): -5485919 or 10570412. OLE color: 10570412.
HSL color Cylindrical-coordinate representation of color #AC4AA1: hue angle of 306.73º 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 #AC4AA1 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 161 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.33 |
| HSL | 306.73º | 0.4% | 0.48% | - |
| HSV(B) | 306.73º | 0.57% | 0.67% | - |
| XYZ | 25.9 | 16.24 | 35.49 | - |
| YUV | 113.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 161 | 0 | 0.57 | 0.06 | 0.33 | 306.73 | 0.4 | 0.48 |
| Hex | AC | 4A | A1 | 0 | 39 | 6 | 21 | 133 | 28 | 30 |
| Octal | 254 | 112 | 241 | 0 | 71 | 6 | 41 | 463 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10100001 | 0 | 111001 | 110 | 100001 | 100110011 | 101000 | 110000 |
Color Harmonies of #AC4AA1
Complementary color
Monochromatic Colors of #AC4AA1
Black with #AC4AA1
Text Example
Text Example
White with #AC4AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4AA1; }
p { color: rgb(172,74,161); }
H1.HeaderClassName
{
color: #AC4AA1;
}
.AnyTagClassName
{
color: #AC4AA1;
}
</style>
background-color css
<style>
a { background-color: #AC4AA1; }
a { background-color: rgb(172,74,161); }
div.DivClassName
{
background-color: #AC4AA1;
}
.BgClassName
{
background-color: #AC4AA1;
}
</style>
border-color css
<style>
span { border-color: #AC4AA1; }
span { border-color: rgb(172,74,161); }
td.TdClassName
{
border-color: #AC4AA1;
}
.TagClassName
{
border-color: #AC4AA1;
}
</style>