Shades of Violet Blue #AC4D98
Tints of Violet Blue #AC4D98
RGB
CMYK
RGB Variations
Color information
#AC4D98 (or 0xAC4D98) is known color: Violet Blue. HEX triplet: AC, 4D and 98. RGB value is (172,77,152). Sum of RGB (Red+Green+Blue) = 172+77+152=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D98 is #53B267. Grayscale: #717171. Windows color (decimal): -5485160 or 9981356. OLE color: 9981356.
HSL color Cylindrical-coordinate representation of color #AC4D98: hue angle of 312.63º 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 #AC4D98 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 152 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.33 |
| HSL | 312.63º | 0.38% | 0.49% | - |
| HSV(B) | 312.63º | 0.55% | 0.67% | - |
| XYZ | 25.33 | 16.35 | 31.53 | - |
| YUV | 113.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 152 | 0 | 0.55 | 0.12 | 0.33 | 312.63 | 0.38 | 0.49 |
| Hex | AC | 4D | 98 | 0 | 37 | C | 21 | 139 | 26 | 31 |
| Octal | 254 | 115 | 230 | 0 | 67 | 14 | 41 | 471 | 46 | 61 |
| Binary | 10101100 | 1001101 | 10011000 | 0 | 110111 | 1100 | 100001 | 100111001 | 100110 | 110001 |
Color Harmonies of #AC4D98
Complementary color
Monochromatic Colors of #AC4D98
Black with #AC4D98
Text Example
Text Example
White with #AC4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D98; }
p { color: rgb(172,77,152); }
H1.HeaderClassName
{
color: #AC4D98;
}
.AnyTagClassName
{
color: #AC4D98;
}
</style>
background-color css
<style>
a { background-color: #AC4D98; }
a { background-color: rgb(172,77,152); }
div.DivClassName
{
background-color: #AC4D98;
}
.BgClassName
{
background-color: #AC4D98;
}
</style>
border-color css
<style>
span { border-color: #AC4D98; }
span { border-color: rgb(172,77,152); }
td.TdClassName
{
border-color: #AC4D98;
}
.TagClassName
{
border-color: #AC4D98;
}
</style>