Shades of Violet Blue #AC5D93
Tints of Violet Blue #AC5D93
RGB
CMYK
RGB Variations
Color information
#AC5D93 (or 0xAC5D93) is known color: Violet Blue. HEX triplet: AC, 5D and 93. RGB value is (172,93,147). Sum of RGB (Red+Green+Blue) = 172+93+147=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D93 is #53A26C. Grayscale: #7A7A7A. Windows color (decimal): -5481069 or 9657772. OLE color: 9657772.
HSL color Cylindrical-coordinate representation of color #AC5D93: hue angle of 318.99º 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 #AC5D93 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 147 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.33 |
| HSL | 318.99º | 0.32% | 0.52% | - |
| HSV(B) | 318.99º | 0.46% | 0.67% | - |
| XYZ | 26.19 | 18.71 | 29.83 | - |
| YUV | 122.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 147 | 0 | 0.46 | 0.15 | 0.33 | 318.99 | 0.32 | 0.52 |
| Hex | AC | 5D | 93 | 0 | 2E | F | 21 | 13F | 20 | 34 |
| Octal | 254 | 135 | 223 | 0 | 56 | 17 | 41 | 477 | 40 | 64 |
| Binary | 10101100 | 1011101 | 10010011 | 0 | 101110 | 1111 | 100001 | 100111111 | 100000 | 110100 |
Color Harmonies of #AC5D93
Complementary color
Monochromatic Colors of #AC5D93
Black with #AC5D93
Text Example
Text Example
White with #AC5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D93; }
p { color: rgb(172,93,147); }
H1.HeaderClassName
{
color: #AC5D93;
}
.AnyTagClassName
{
color: #AC5D93;
}
</style>
background-color css
<style>
a { background-color: #AC5D93; }
a { background-color: rgb(172,93,147); }
div.DivClassName
{
background-color: #AC5D93;
}
.BgClassName
{
background-color: #AC5D93;
}
</style>
border-color css
<style>
span { border-color: #AC5D93; }
span { border-color: rgb(172,93,147); }
td.TdClassName
{
border-color: #AC5D93;
}
.TagClassName
{
border-color: #AC5D93;
}
</style>