Shades of Violet Blue #AC5D9B
Tints of Violet Blue #AC5D9B
RGB
CMYK
RGB Variations
Color information
#AC5D9B (or 0xAC5D9B) is known color: Violet Blue. HEX triplet: AC, 5D and 9B. RGB value is (172,93,155). Sum of RGB (Red+Green+Blue) = 172+93+155=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D9B is #53A264. Grayscale: #7B7B7B. Windows color (decimal): -5481061 or 10182060. OLE color: 10182060.
HSL color Cylindrical-coordinate representation of color #AC5D9B: hue angle of 312.91º 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 #AC5D9B is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 155 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.33 |
| HSL | 312.91º | 0.32% | 0.52% | - |
| HSV(B) | 312.91º | 0.46% | 0.67% | - |
| XYZ | 26.84 | 18.97 | 33.26 | - |
| YUV | 123.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 155 | 0 | 0.46 | 0.10 | 0.33 | 312.91 | 0.32 | 0.52 |
| Hex | AC | 5D | 9B | 0 | 2E | A | 21 | 139 | 20 | 34 |
| Octal | 254 | 135 | 233 | 0 | 56 | 12 | 41 | 471 | 40 | 64 |
| Binary | 10101100 | 1011101 | 10011011 | 0 | 101110 | 1010 | 100001 | 100111001 | 100000 | 110100 |
Color Harmonies of #AC5D9B
Complementary color
Monochromatic Colors of #AC5D9B
Black with #AC5D9B
Text Example
Text Example
White with #AC5D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D9B; }
p { color: rgb(172,93,155); }
H1.HeaderClassName
{
color: #AC5D9B;
}
.AnyTagClassName
{
color: #AC5D9B;
}
</style>
background-color css
<style>
a { background-color: #AC5D9B; }
a { background-color: rgb(172,93,155); }
div.DivClassName
{
background-color: #AC5D9B;
}
.BgClassName
{
background-color: #AC5D9B;
}
</style>
border-color css
<style>
span { border-color: #AC5D9B; }
span { border-color: rgb(172,93,155); }
td.TdClassName
{
border-color: #AC5D9B;
}
.TagClassName
{
border-color: #AC5D9B;
}
</style>