Shades of Violet Blue #AC489D
Tints of Violet Blue #AC489D
RGB
CMYK
RGB Variations
Color information
#AC489D (or 0xAC489D) is known color: Violet Blue. HEX triplet: AC, 48 and 9D. RGB value is (172,72,157). Sum of RGB (Red+Green+Blue) = 172+72+157=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC489D is #53B762. Grayscale: #6F6F6F. Windows color (decimal): -5486435 or 10307756. OLE color: 10307756.
HSL color Cylindrical-coordinate representation of color #AC489D: hue angle of 309º 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 #AC489D is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 157 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.33 |
| HSL | 309º | 0.41% | 0.48% | - |
| HSV(B) | 309º | 0.58% | 0.67% | - |
| XYZ | 25.42 | 15.84 | 33.62 | - |
| YUV | 111.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 157 | 0 | 0.58 | 0.09 | 0.33 | 309 | 0.41 | 0.48 |
| Hex | AC | 48 | 9D | 0 | 3A | 9 | 21 | 135 | 29 | 30 |
| Octal | 254 | 110 | 235 | 0 | 72 | 11 | 41 | 465 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10011101 | 0 | 111010 | 1001 | 100001 | 100110101 | 101001 | 110000 |
Color Harmonies of #AC489D
Complementary color
Monochromatic Colors of #AC489D
Black with #AC489D
Text Example
Text Example
White with #AC489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC489D; }
p { color: rgb(172,72,157); }
H1.HeaderClassName
{
color: #AC489D;
}
.AnyTagClassName
{
color: #AC489D;
}
</style>
background-color css
<style>
a { background-color: #AC489D; }
a { background-color: rgb(172,72,157); }
div.DivClassName
{
background-color: #AC489D;
}
.BgClassName
{
background-color: #AC489D;
}
</style>
border-color css
<style>
span { border-color: #AC489D; }
span { border-color: rgb(172,72,157); }
td.TdClassName
{
border-color: #AC489D;
}
.TagClassName
{
border-color: #AC489D;
}
</style>