Shades of Medium Violet Red #AC0583
Tints of Medium Violet Red #AC0583
RGB
CMYK
RGB Variations
Color information
#AC0583 (or 0xAC0583) is known color: Medium Violet Red. HEX triplet: AC, 05 and 83. RGB value is (172,5,131). Sum of RGB (Red+Green+Blue) = 172+5+131=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0583 is #53FA7C. Grayscale: #444444. Windows color (decimal): -5503613 or 8586668. OLE color: 8586668.
HSL color Cylindrical-coordinate representation of color #AC0583: hue angle of 314.73º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0583 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.33 |
| HSL | 314.73º | 0.94% | 0.35% | - |
| HSV(B) | 314.73º | 0.97% | 0.67% | - |
| XYZ | 21.16 | 10.52 | 22.39 | - |
| YUV | 69.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 131 | 0 | 0.97 | 0.24 | 0.33 | 314.73 | 0.94 | 0.35 |
| Hex | AC | 5 | 83 | 0 | 61 | 18 | 21 | 13B | 5E | 23 |
| Octal | 254 | 5 | 203 | 0 | 141 | 30 | 41 | 473 | 136 | 43 |
| Binary | 10101100 | 101 | 10000011 | 0 | 1100001 | 11000 | 100001 | 100111011 | 1011110 | 100011 |
Color Harmonies of #AC0583
Complementary color
Monochromatic Colors of #AC0583
Black with #AC0583
Text Example
Text Example
White with #AC0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0583; }
p { color: rgb(172,5,131); }
H1.HeaderClassName
{
color: #AC0583;
}
.AnyTagClassName
{
color: #AC0583;
}
</style>
background-color css
<style>
a { background-color: #AC0583; }
a { background-color: rgb(172,5,131); }
div.DivClassName
{
background-color: #AC0583;
}
.BgClassName
{
background-color: #AC0583;
}
</style>
border-color css
<style>
span { border-color: #AC0583; }
span { border-color: rgb(172,5,131); }
td.TdClassName
{
border-color: #AC0583;
}
.TagClassName
{
border-color: #AC0583;
}
</style>