Shades of Violet Blue #AC4D96
Tints of Violet Blue #AC4D96
RGB
CMYK
RGB Variations
Color information
#AC4D96 (or 0xAC4D96) is known color: Violet Blue. HEX triplet: AC, 4D and 96. RGB value is (172,77,150). Sum of RGB (Red+Green+Blue) = 172+77+150=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D96 is #53B269. Grayscale: #717171. Windows color (decimal): -5485162 or 9850284. OLE color: 9850284.
HSL color Cylindrical-coordinate representation of color #AC4D96: hue angle of 313.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D96 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 150 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.33 |
| HSL | 313.89º | 0.38% | 0.49% | - |
| HSV(B) | 313.89º | 0.55% | 0.67% | - |
| XYZ | 25.17 | 16.28 | 30.67 | - |
| YUV | 113.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 150 | 0 | 0.55 | 0.13 | 0.33 | 313.89 | 0.38 | 0.49 |
| Hex | AC | 4D | 96 | 0 | 37 | D | 21 | 13A | 26 | 31 |
| Octal | 254 | 115 | 226 | 0 | 67 | 15 | 41 | 472 | 46 | 61 |
| Binary | 10101100 | 1001101 | 10010110 | 0 | 110111 | 1101 | 100001 | 100111010 | 100110 | 110001 |
Color Harmonies of #AC4D96
Complementary color
Monochromatic Colors of #AC4D96
Black with #AC4D96
Text Example
Text Example
White with #AC4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D96; }
p { color: rgb(172,77,150); }
H1.HeaderClassName
{
color: #AC4D96;
}
.AnyTagClassName
{
color: #AC4D96;
}
</style>
background-color css
<style>
a { background-color: #AC4D96; }
a { background-color: rgb(172,77,150); }
div.DivClassName
{
background-color: #AC4D96;
}
.BgClassName
{
background-color: #AC4D96;
}
</style>
border-color css
<style>
span { border-color: #AC4D96; }
span { border-color: rgb(172,77,150); }
td.TdClassName
{
border-color: #AC4D96;
}
.TagClassName
{
border-color: #AC4D96;
}
</style>