Shades of Violet Blue #AC489E
Tints of Violet Blue #AC489E
RGB
CMYK
RGB Variations
Color information
#AC489E (or 0xAC489E) is known color: Violet Blue. HEX triplet: AC, 48 and 9E. RGB value is (172,72,158). Sum of RGB (Red+Green+Blue) = 172+72+158=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC489E is #53B761. Grayscale: #6F6F6F. Windows color (decimal): -5486434 or 10373292. OLE color: 10373292.
HSL color Cylindrical-coordinate representation of color #AC489E: hue angle of 308.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC489E is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 158 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.33 |
| HSL | 308.4º | 0.41% | 0.48% | - |
| HSV(B) | 308.4º | 0.58% | 0.67% | - |
| XYZ | 25.5 | 15.87 | 34.07 | - |
| YUV | 111.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 158 | 0 | 0.58 | 0.08 | 0.33 | 308.4 | 0.41 | 0.48 |
| Hex | AC | 48 | 9E | 0 | 3A | 8 | 21 | 134 | 29 | 30 |
| Octal | 254 | 110 | 236 | 0 | 72 | 10 | 41 | 464 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10011110 | 0 | 111010 | 1000 | 100001 | 100110100 | 101001 | 110000 |
Color Harmonies of #AC489E
Complementary color
Monochromatic Colors of #AC489E
Black with #AC489E
Text Example
Text Example
White with #AC489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC489E; }
p { color: rgb(172,72,158); }
H1.HeaderClassName
{
color: #AC489E;
}
.AnyTagClassName
{
color: #AC489E;
}
</style>
background-color css
<style>
a { background-color: #AC489E; }
a { background-color: rgb(172,72,158); }
div.DivClassName
{
background-color: #AC489E;
}
.BgClassName
{
background-color: #AC489E;
}
</style>
border-color css
<style>
span { border-color: #AC489E; }
span { border-color: rgb(172,72,158); }
td.TdClassName
{
border-color: #AC489E;
}
.TagClassName
{
border-color: #AC489E;
}
</style>