Shades of Violet Blue #AC5D94
Tints of Violet Blue #AC5D94
RGB
CMYK
RGB Variations
Color information
#AC5D94 (or 0xAC5D94) is known color: Violet Blue. HEX triplet: AC, 5D and 94. RGB value is (172,93,148). Sum of RGB (Red+Green+Blue) = 172+93+148=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D94 is #53A26B. Grayscale: #7A7A7A. Windows color (decimal): -5481068 or 9723308. OLE color: 9723308.
HSL color Cylindrical-coordinate representation of color #AC5D94: hue angle of 318.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D94 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 148 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.33 |
| HSL | 318.23º | 0.32% | 0.52% | - |
| HSV(B) | 318.23º | 0.46% | 0.67% | - |
| XYZ | 26.27 | 18.74 | 30.25 | - |
| YUV | 122.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 148 | 0 | 0.46 | 0.14 | 0.33 | 318.23 | 0.32 | 0.52 |
| Hex | AC | 5D | 94 | 0 | 2E | E | 21 | 13E | 20 | 34 |
| Octal | 254 | 135 | 224 | 0 | 56 | 16 | 41 | 476 | 40 | 64 |
| Binary | 10101100 | 1011101 | 10010100 | 0 | 101110 | 1110 | 100001 | 100111110 | 100000 | 110100 |
Color Harmonies of #AC5D94
Complementary color
Monochromatic Colors of #AC5D94
Black with #AC5D94
Text Example
Text Example
White with #AC5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D94; }
p { color: rgb(172,93,148); }
H1.HeaderClassName
{
color: #AC5D94;
}
.AnyTagClassName
{
color: #AC5D94;
}
</style>
background-color css
<style>
a { background-color: #AC5D94; }
a { background-color: rgb(172,93,148); }
div.DivClassName
{
background-color: #AC5D94;
}
.BgClassName
{
background-color: #AC5D94;
}
</style>
border-color css
<style>
span { border-color: #AC5D94; }
span { border-color: rgb(172,93,148); }
td.TdClassName
{
border-color: #AC5D94;
}
.TagClassName
{
border-color: #AC5D94;
}
</style>