Shades of Violet Blue #AC499B
Tints of Violet Blue #AC499B
RGB
CMYK
RGB Variations
Color information
#AC499B (or 0xAC499B) is known color: Violet Blue. HEX triplet: AC, 49 and 9B. RGB value is (172,73,155). Sum of RGB (Red+Green+Blue) = 172+73+155=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC499B is #53B664. Grayscale: #6F6F6F. Windows color (decimal): -5486181 or 10176940. OLE color: 10176940.
HSL color Cylindrical-coordinate representation of color #AC499B: hue angle of 310.3º 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 #AC499B is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 155 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.33 |
| HSL | 310.3º | 0.4% | 0.48% | - |
| HSV(B) | 310.3º | 0.58% | 0.67% | - |
| XYZ | 25.31 | 15.9 | 32.75 | - |
| YUV | 111.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 155 | 0 | 0.58 | 0.10 | 0.33 | 310.3 | 0.4 | 0.48 |
| Hex | AC | 49 | 9B | 0 | 3A | A | 21 | 136 | 28 | 30 |
| Octal | 254 | 111 | 233 | 0 | 72 | 12 | 41 | 466 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10011011 | 0 | 111010 | 1010 | 100001 | 100110110 | 101000 | 110000 |
Color Harmonies of #AC499B
Complementary color
Monochromatic Colors of #AC499B
Black with #AC499B
Text Example
Text Example
White with #AC499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC499B; }
p { color: rgb(172,73,155); }
H1.HeaderClassName
{
color: #AC499B;
}
.AnyTagClassName
{
color: #AC499B;
}
</style>
background-color css
<style>
a { background-color: #AC499B; }
a { background-color: rgb(172,73,155); }
div.DivClassName
{
background-color: #AC499B;
}
.BgClassName
{
background-color: #AC499B;
}
</style>
border-color css
<style>
span { border-color: #AC499B; }
span { border-color: rgb(172,73,155); }
td.TdClassName
{
border-color: #AC499B;
}
.TagClassName
{
border-color: #AC499B;
}
</style>