Shades of Violet Blue #AC44A1
Tints of Violet Blue #AC44A1
RGB
CMYK
RGB Variations
Color information
#AC44A1 (or 0xAC44A1) is known color: Violet Blue. HEX triplet: AC, 44 and A1. RGB value is (172,68,161). Sum of RGB (Red+Green+Blue) = 172+68+161=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC44A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC44A1 is #53BB5E. Grayscale: #6D6D6D. Windows color (decimal): -5487455 or 10568876. OLE color: 10568876.
HSL color Cylindrical-coordinate representation of color #AC44A1: hue angle of 306.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC44A1 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 161 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.33 |
| HSL | 306.35º | 0.43% | 0.47% | - |
| HSV(B) | 306.35º | 0.6% | 0.67% | - |
| XYZ | 25.51 | 15.48 | 35.36 | - |
| YUV | 109.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 161 | 0 | 0.60 | 0.06 | 0.33 | 306.35 | 0.43 | 0.47 |
| Hex | AC | 44 | A1 | 0 | 3C | 6 | 21 | 132 | 2B | 2F |
| Octal | 254 | 104 | 241 | 0 | 74 | 6 | 41 | 462 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10100001 | 0 | 111100 | 110 | 100001 | 100110010 | 101011 | 101111 |
Color Harmonies of #AC44A1
Complementary color
Monochromatic Colors of #AC44A1
Black with #AC44A1
Text Example
Text Example
White with #AC44A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44A1; }
p { color: rgb(172,68,161); }
H1.HeaderClassName
{
color: #AC44A1;
}
.AnyTagClassName
{
color: #AC44A1;
}
</style>
background-color css
<style>
a { background-color: #AC44A1; }
a { background-color: rgb(172,68,161); }
div.DivClassName
{
background-color: #AC44A1;
}
.BgClassName
{
background-color: #AC44A1;
}
</style>
border-color css
<style>
span { border-color: #AC44A1; }
span { border-color: rgb(172,68,161); }
td.TdClassName
{
border-color: #AC44A1;
}
.TagClassName
{
border-color: #AC44A1;
}
</style>