Shades of Medium Violet Red #AC0183
Tints of Medium Violet Red #AC0183
RGB
CMYK
RGB Variations
Color information
#AC0183 (or 0xAC0183) is known color: Medium Violet Red. HEX triplet: AC, 01 and 83. RGB value is (172,1,131). Sum of RGB (Red+Green+Blue) = 172+1+131=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0183 is #53FE7C. Grayscale: #424242. Windows color (decimal): -5504637 or 8585644. OLE color: 8585644.
HSL color Cylindrical-coordinate representation of color #AC0183: hue angle of 314.39º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0183 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.33 |
| HSL | 314.39º | 0.99% | 0.34% | - |
| HSV(B) | 314.39º | 0.99% | 0.67% | - |
| XYZ | 21.12 | 10.43 | 22.37 | - |
| YUV | 66.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 131 | 0 | 0.99 | 0.24 | 0.33 | 314.39 | 0.99 | 0.34 |
| Hex | AC | 1 | 83 | 0 | 63 | 18 | 21 | 13A | 63 | 22 |
| Octal | 254 | 1 | 203 | 0 | 143 | 30 | 41 | 472 | 143 | 42 |
| Binary | 10101100 | 1 | 10000011 | 0 | 1100011 | 11000 | 100001 | 100111010 | 1100011 | 100010 |
Color Harmonies of #AC0183
Complementary color
Monochromatic Colors of #AC0183
Black with #AC0183
Text Example
Text Example
White with #AC0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0183; }
p { color: rgb(172,1,131); }
H1.HeaderClassName
{
color: #AC0183;
}
.AnyTagClassName
{
color: #AC0183;
}
</style>
background-color css
<style>
a { background-color: #AC0183; }
a { background-color: rgb(172,1,131); }
div.DivClassName
{
background-color: #AC0183;
}
.BgClassName
{
background-color: #AC0183;
}
</style>
border-color css
<style>
span { border-color: #AC0183; }
span { border-color: rgb(172,1,131); }
td.TdClassName
{
border-color: #AC0183;
}
.TagClassName
{
border-color: #AC0183;
}
</style>