Shades of Violet Blue #AC5395
Tints of Violet Blue #AC5395
RGB
CMYK
RGB Variations
Color information
#AC5395 (or 0xAC5395) is known color: Violet Blue. HEX triplet: AC, 53 and 95. RGB value is (172,83,149). Sum of RGB (Red+Green+Blue) = 172+83+149=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5395 is #53AC6A. Grayscale: #747474. Windows color (decimal): -5483627 or 9786284. OLE color: 9786284.
HSL color Cylindrical-coordinate representation of color #AC5395: hue angle of 315.51º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5395 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 149 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.33 |
| HSL | 315.51º | 0.35% | 0.5% | - |
| HSV(B) | 315.51º | 0.52% | 0.67% | - |
| XYZ | 25.53 | 17.13 | 30.39 | - |
| YUV | 117.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 149 | 0 | 0.52 | 0.13 | 0.33 | 315.51 | 0.35 | 0.5 |
| Hex | AC | 53 | 95 | 0 | 34 | D | 21 | 13C | 23 | 32 |
| Octal | 254 | 123 | 225 | 0 | 64 | 15 | 41 | 474 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10010101 | 0 | 110100 | 1101 | 100001 | 100111100 | 100011 | 110010 |
Color Harmonies of #AC5395
Complementary color
Monochromatic Colors of #AC5395
Black with #AC5395
Text Example
Text Example
White with #AC5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5395; }
p { color: rgb(172,83,149); }
H1.HeaderClassName
{
color: #AC5395;
}
.AnyTagClassName
{
color: #AC5395;
}
</style>
background-color css
<style>
a { background-color: #AC5395; }
a { background-color: rgb(172,83,149); }
div.DivClassName
{
background-color: #AC5395;
}
.BgClassName
{
background-color: #AC5395;
}
</style>
border-color css
<style>
span { border-color: #AC5395; }
span { border-color: rgb(172,83,149); }
td.TdClassName
{
border-color: #AC5395;
}
.TagClassName
{
border-color: #AC5395;
}
</style>