Shades of Violet Blue #AC41AA
Tints of Violet Blue #AC41AA
RGB
CMYK
RGB Variations
Color information
#AC41AA (or 0xAC41AA) is known color: Violet Blue. HEX triplet: AC, 41 and AA. RGB value is (172,65,170). Sum of RGB (Red+Green+Blue) = 172+65+170=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41AA is #53BE55. Grayscale: #6C6C6C. Windows color (decimal): -5488214 or 11157932. OLE color: 11157932.
HSL color Cylindrical-coordinate representation of color #AC41AA: hue angle of 301.12º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC41AA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 170 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.33 |
| HSL | 301.12º | 0.45% | 0.46% | - |
| HSV(B) | 301.12º | 0.62% | 0.67% | - |
| XYZ | 26.16 | 15.45 | 39.63 | - |
| YUV | 108.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 170 | 0 | 0.62 | 0.01 | 0.33 | 301.12 | 0.45 | 0.46 |
| Hex | AC | 41 | AA | 0 | 3E | 1 | 21 | 12D | 2D | 2E |
| Octal | 254 | 101 | 252 | 0 | 76 | 1 | 41 | 455 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10101010 | 0 | 111110 | 1 | 100001 | 100101101 | 101101 | 101110 |
Color Harmonies of #AC41AA
Complementary color
Monochromatic Colors of #AC41AA
Black with #AC41AA
Text Example
Text Example
White with #AC41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41AA; }
p { color: rgb(172,65,170); }
H1.HeaderClassName
{
color: #AC41AA;
}
.AnyTagClassName
{
color: #AC41AA;
}
</style>
background-color css
<style>
a { background-color: #AC41AA; }
a { background-color: rgb(172,65,170); }
div.DivClassName
{
background-color: #AC41AA;
}
.BgClassName
{
background-color: #AC41AA;
}
</style>
border-color css
<style>
span { border-color: #AC41AA; }
span { border-color: rgb(172,65,170); }
td.TdClassName
{
border-color: #AC41AA;
}
.TagClassName
{
border-color: #AC41AA;
}
</style>