Shades of Violet Blue #AC46A0
Tints of Violet Blue #AC46A0
RGB
CMYK
RGB Variations
Color information
#AC46A0 (or 0xAC46A0) is known color: Violet Blue. HEX triplet: AC, 46 and A0. RGB value is (172,70,160). Sum of RGB (Red+Green+Blue) = 172+70+160=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC46A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46A0 is #53B95F. Grayscale: #6E6E6E. Windows color (decimal): -5486944 or 10503852. OLE color: 10503852.
HSL color Cylindrical-coordinate representation of color #AC46A0: hue angle of 307.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC46A0 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 160 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.33 |
| HSL | 307.06º | 0.42% | 0.47% | - |
| HSV(B) | 307.06º | 0.59% | 0.67% | - |
| XYZ | 25.55 | 15.69 | 34.94 | - |
| YUV | 110.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 160 | 0 | 0.59 | 0.07 | 0.33 | 307.06 | 0.42 | 0.47 |
| Hex | AC | 46 | A0 | 0 | 3B | 7 | 21 | 133 | 2A | 2F |
| Octal | 254 | 106 | 240 | 0 | 73 | 7 | 41 | 463 | 52 | 57 |
| Binary | 10101100 | 1000110 | 10100000 | 0 | 111011 | 111 | 100001 | 100110011 | 101010 | 101111 |
Color Harmonies of #AC46A0
Complementary color
Monochromatic Colors of #AC46A0
Black with #AC46A0
Text Example
Text Example
White with #AC46A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46A0; }
p { color: rgb(172,70,160); }
H1.HeaderClassName
{
color: #AC46A0;
}
.AnyTagClassName
{
color: #AC46A0;
}
</style>
background-color css
<style>
a { background-color: #AC46A0; }
a { background-color: rgb(172,70,160); }
div.DivClassName
{
background-color: #AC46A0;
}
.BgClassName
{
background-color: #AC46A0;
}
</style>
border-color css
<style>
span { border-color: #AC46A0; }
span { border-color: rgb(172,70,160); }
td.TdClassName
{
border-color: #AC46A0;
}
.TagClassName
{
border-color: #AC46A0;
}
</style>