Shades of Violet Blue #AC58A1
Tints of Violet Blue #AC58A1
RGB
CMYK
RGB Variations
Color information
#AC58A1 (or 0xAC58A1) is known color: Violet Blue. HEX triplet: AC, 58 and A1. RGB value is (172,88,161). Sum of RGB (Red+Green+Blue) = 172+88+161=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC58A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58A1 is #53A75E. Grayscale: #797979. Windows color (decimal): -5482335 or 10573996. OLE color: 10573996.
HSL color Cylindrical-coordinate representation of color #AC58A1: hue angle of 307.86º 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 #AC58A1 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 161 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.33 |
| HSL | 307.86º | 0.34% | 0.51% | - |
| HSV(B) | 307.86º | 0.49% | 0.67% | - |
| XYZ | 26.94 | 18.32 | 35.84 | - |
| YUV | 121.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 161 | 0 | 0.49 | 0.06 | 0.33 | 307.86 | 0.34 | 0.51 |
| Hex | AC | 58 | A1 | 0 | 31 | 6 | 21 | 134 | 22 | 33 |
| Octal | 254 | 130 | 241 | 0 | 61 | 6 | 41 | 464 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10100001 | 0 | 110001 | 110 | 100001 | 100110100 | 100010 | 110011 |
Color Harmonies of #AC58A1
Complementary color
Monochromatic Colors of #AC58A1
Black with #AC58A1
Text Example
Text Example
White with #AC58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58A1; }
p { color: rgb(172,88,161); }
H1.HeaderClassName
{
color: #AC58A1;
}
.AnyTagClassName
{
color: #AC58A1;
}
</style>
background-color css
<style>
a { background-color: #AC58A1; }
a { background-color: rgb(172,88,161); }
div.DivClassName
{
background-color: #AC58A1;
}
.BgClassName
{
background-color: #AC58A1;
}
</style>
border-color css
<style>
span { border-color: #AC58A1; }
span { border-color: rgb(172,88,161); }
td.TdClassName
{
border-color: #AC58A1;
}
.TagClassName
{
border-color: #AC58A1;
}
</style>