Shades of Violet Blue #AC58A0
Tints of Violet Blue #AC58A0
RGB
CMYK
RGB Variations
Color information
#AC58A0 (or 0xAC58A0) is known color: Violet Blue. HEX triplet: AC, 58 and A0. RGB value is (172,88,160). Sum of RGB (Red+Green+Blue) = 172+88+160=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC58A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58A0 is #53A75F. Grayscale: #797979. Windows color (decimal): -5482336 or 10508460. OLE color: 10508460.
HSL color Cylindrical-coordinate representation of color #AC58A0: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC58A0 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 160 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.33 |
| HSL | 308.57º | 0.34% | 0.51% | - |
| HSV(B) | 308.57º | 0.49% | 0.67% | - |
| XYZ | 26.85 | 18.29 | 35.37 | - |
| YUV | 121.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 160 | 0 | 0.49 | 0.07 | 0.33 | 308.57 | 0.34 | 0.51 |
| Hex | AC | 58 | A0 | 0 | 31 | 7 | 21 | 135 | 22 | 33 |
| Octal | 254 | 130 | 240 | 0 | 61 | 7 | 41 | 465 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10100000 | 0 | 110001 | 111 | 100001 | 100110101 | 100010 | 110011 |
Color Harmonies of #AC58A0
Complementary color
Monochromatic Colors of #AC58A0
Black with #AC58A0
Text Example
Text Example
White with #AC58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58A0; }
p { color: rgb(172,88,160); }
H1.HeaderClassName
{
color: #AC58A0;
}
.AnyTagClassName
{
color: #AC58A0;
}
</style>
background-color css
<style>
a { background-color: #AC58A0; }
a { background-color: rgb(172,88,160); }
div.DivClassName
{
background-color: #AC58A0;
}
.BgClassName
{
background-color: #AC58A0;
}
</style>
border-color css
<style>
span { border-color: #AC58A0; }
span { border-color: rgb(172,88,160); }
td.TdClassName
{
border-color: #AC58A0;
}
.TagClassName
{
border-color: #AC58A0;
}
</style>