Shades of Violet Blue #AC46A3
Tints of Violet Blue #AC46A3
RGB
CMYK
RGB Variations
Color information
#AC46A3 (or 0xAC46A3) is known color: Violet Blue. HEX triplet: AC, 46 and A3. RGB value is (172,70,163). Sum of RGB (Red+Green+Blue) = 172+70+163=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC46A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46A3 is #53B95C. Grayscale: #6E6E6E. Windows color (decimal): -5486941 or 10700460. OLE color: 10700460.
HSL color Cylindrical-coordinate representation of color #AC46A3: hue angle of 305.29º 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 #AC46A3 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 163 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.33 |
| HSL | 305.29º | 0.42% | 0.47% | - |
| HSV(B) | 305.29º | 0.59% | 0.67% | - |
| XYZ | 25.81 | 15.8 | 36.34 | - |
| YUV | 111.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 163 | 0 | 0.59 | 0.05 | 0.33 | 305.29 | 0.42 | 0.47 |
| Hex | AC | 46 | A3 | 0 | 3B | 5 | 21 | 131 | 2A | 2F |
| Octal | 254 | 106 | 243 | 0 | 73 | 5 | 41 | 461 | 52 | 57 |
| Binary | 10101100 | 1000110 | 10100011 | 0 | 111011 | 101 | 100001 | 100110001 | 101010 | 101111 |
Color Harmonies of #AC46A3
Complementary color
Monochromatic Colors of #AC46A3
Black with #AC46A3
Text Example
Text Example
White with #AC46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46A3; }
p { color: rgb(172,70,163); }
H1.HeaderClassName
{
color: #AC46A3;
}
.AnyTagClassName
{
color: #AC46A3;
}
</style>
background-color css
<style>
a { background-color: #AC46A3; }
a { background-color: rgb(172,70,163); }
div.DivClassName
{
background-color: #AC46A3;
}
.BgClassName
{
background-color: #AC46A3;
}
</style>
border-color css
<style>
span { border-color: #AC46A3; }
span { border-color: rgb(172,70,163); }
td.TdClassName
{
border-color: #AC46A3;
}
.TagClassName
{
border-color: #AC46A3;
}
</style>