Shades of Violet Blue #AC47A3
Tints of Violet Blue #AC47A3
RGB
CMYK
RGB Variations
Color information
#AC47A3 (or 0xAC47A3) is known color: Violet Blue. HEX triplet: AC, 47 and A3. RGB value is (172,71,163). Sum of RGB (Red+Green+Blue) = 172+71+163=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC47A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47A3 is #53B85C. Grayscale: #6F6F6F. Windows color (decimal): -5486685 or 10700716. OLE color: 10700716.
HSL color Cylindrical-coordinate representation of color #AC47A3: hue angle of 305.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC47A3 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 163 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.33 |
| HSL | 305.35º | 0.42% | 0.48% | - |
| HSV(B) | 305.35º | 0.59% | 0.67% | - |
| XYZ | 25.88 | 15.92 | 36.36 | - |
| YUV | 111.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 163 | 0 | 0.59 | 0.05 | 0.33 | 305.35 | 0.42 | 0.48 |
| Hex | AC | 47 | A3 | 0 | 3B | 5 | 21 | 131 | 2A | 30 |
| Octal | 254 | 107 | 243 | 0 | 73 | 5 | 41 | 461 | 52 | 60 |
| Binary | 10101100 | 1000111 | 10100011 | 0 | 111011 | 101 | 100001 | 100110001 | 101010 | 110000 |
Color Harmonies of #AC47A3
Complementary color
Monochromatic Colors of #AC47A3
Black with #AC47A3
Text Example
Text Example
White with #AC47A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47A3; }
p { color: rgb(172,71,163); }
H1.HeaderClassName
{
color: #AC47A3;
}
.AnyTagClassName
{
color: #AC47A3;
}
</style>
background-color css
<style>
a { background-color: #AC47A3; }
a { background-color: rgb(172,71,163); }
div.DivClassName
{
background-color: #AC47A3;
}
.BgClassName
{
background-color: #AC47A3;
}
</style>
border-color css
<style>
span { border-color: #AC47A3; }
span { border-color: rgb(172,71,163); }
td.TdClassName
{
border-color: #AC47A3;
}
.TagClassName
{
border-color: #AC47A3;
}
</style>