Shades of Violet Blue #AC5993
Tints of Violet Blue #AC5993
RGB
CMYK
RGB Variations
Color information
#AC5993 (or 0xAC5993) is known color: Violet Blue. HEX triplet: AC, 59 and 93. RGB value is (172,89,147). Sum of RGB (Red+Green+Blue) = 172+89+147=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5993 is #53A66C. Grayscale: #787878. Windows color (decimal): -5482093 or 9656748. OLE color: 9656748.
HSL color Cylindrical-coordinate representation of color #AC5993: hue angle of 318.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5993 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 147 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.33 |
| HSL | 318.07º | 0.33% | 0.51% | - |
| HSV(B) | 318.07º | 0.48% | 0.67% | - |
| XYZ | 25.85 | 18.02 | 29.72 | - |
| YUV | 120.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 147 | 0 | 0.48 | 0.15 | 0.33 | 318.07 | 0.33 | 0.51 |
| Hex | AC | 59 | 93 | 0 | 30 | F | 21 | 13E | 21 | 33 |
| Octal | 254 | 131 | 223 | 0 | 60 | 17 | 41 | 476 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10010011 | 0 | 110000 | 1111 | 100001 | 100111110 | 100001 | 110011 |
Color Harmonies of #AC5993
Complementary color
Monochromatic Colors of #AC5993
Black with #AC5993
Text Example
Text Example
White with #AC5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5993; }
p { color: rgb(172,89,147); }
H1.HeaderClassName
{
color: #AC5993;
}
.AnyTagClassName
{
color: #AC5993;
}
</style>
background-color css
<style>
a { background-color: #AC5993; }
a { background-color: rgb(172,89,147); }
div.DivClassName
{
background-color: #AC5993;
}
.BgClassName
{
background-color: #AC5993;
}
</style>
border-color css
<style>
span { border-color: #AC5993; }
span { border-color: rgb(172,89,147); }
td.TdClassName
{
border-color: #AC5993;
}
.TagClassName
{
border-color: #AC5993;
}
</style>