Shades of Violet Blue #AC499E
Tints of Violet Blue #AC499E
RGB
CMYK
RGB Variations
Color information
#AC499E (or 0xAC499E) is known color: Violet Blue. HEX triplet: AC, 49 and 9E. RGB value is (172,73,158). Sum of RGB (Red+Green+Blue) = 172+73+158=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC499E is #53B661. Grayscale: #707070. Windows color (decimal): -5486178 or 10373548. OLE color: 10373548.
HSL color Cylindrical-coordinate representation of color #AC499E: hue angle of 308.48º degrees, saturation: 0.4, 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 #AC499E is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 158 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.33 |
| HSL | 308.48º | 0.4% | 0.48% | - |
| HSV(B) | 308.48º | 0.58% | 0.67% | - |
| XYZ | 25.57 | 16 | 34.09 | - |
| YUV | 112.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 158 | 0 | 0.58 | 0.08 | 0.33 | 308.48 | 0.4 | 0.48 |
| Hex | AC | 49 | 9E | 0 | 3A | 8 | 21 | 134 | 28 | 30 |
| Octal | 254 | 111 | 236 | 0 | 72 | 10 | 41 | 464 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10011110 | 0 | 111010 | 1000 | 100001 | 100110100 | 101000 | 110000 |
Color Harmonies of #AC499E
Complementary color
Monochromatic Colors of #AC499E
Black with #AC499E
Text Example
Text Example
White with #AC499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC499E; }
p { color: rgb(172,73,158); }
H1.HeaderClassName
{
color: #AC499E;
}
.AnyTagClassName
{
color: #AC499E;
}
</style>
background-color css
<style>
a { background-color: #AC499E; }
a { background-color: rgb(172,73,158); }
div.DivClassName
{
background-color: #AC499E;
}
.BgClassName
{
background-color: #AC499E;
}
</style>
border-color css
<style>
span { border-color: #AC499E; }
span { border-color: rgb(172,73,158); }
td.TdClassName
{
border-color: #AC499E;
}
.TagClassName
{
border-color: #AC499E;
}
</style>