Shades of Medium Violet Red #AC0285
Tints of Medium Violet Red #AC0285
RGB
CMYK
RGB Variations
Color information
#AC0285 (or 0xAC0285) is known color: Medium Violet Red. HEX triplet: AC, 02 and 85. RGB value is (172,2,133). Sum of RGB (Red+Green+Blue) = 172+2+133=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0285 is #53FD7A. Grayscale: #434343. Windows color (decimal): -5504379 or 8716972. OLE color: 8716972.
HSL color Cylindrical-coordinate representation of color #AC0285: hue angle of 313.76º degrees, saturation: 0.98, 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 #AC0285 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.33 |
| HSL | 313.76º | 0.98% | 0.34% | - |
| HSV(B) | 313.76º | 0.99% | 0.67% | - |
| XYZ | 21.27 | 10.51 | 23.1 | - |
| YUV | 67.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 133 | 0 | 0.99 | 0.23 | 0.33 | 313.76 | 0.98 | 0.34 |
| Hex | AC | 2 | 85 | 0 | 63 | 17 | 21 | 13A | 62 | 22 |
| Octal | 254 | 2 | 205 | 0 | 143 | 27 | 41 | 472 | 142 | 42 |
| Binary | 10101100 | 10 | 10000101 | 0 | 1100011 | 10111 | 100001 | 100111010 | 1100010 | 100010 |
Color Harmonies of #AC0285
Complementary color
Monochromatic Colors of #AC0285
Black with #AC0285
Text Example
Text Example
White with #AC0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0285; }
p { color: rgb(172,2,133); }
H1.HeaderClassName
{
color: #AC0285;
}
.AnyTagClassName
{
color: #AC0285;
}
</style>
background-color css
<style>
a { background-color: #AC0285; }
a { background-color: rgb(172,2,133); }
div.DivClassName
{
background-color: #AC0285;
}
.BgClassName
{
background-color: #AC0285;
}
</style>
border-color css
<style>
span { border-color: #AC0285; }
span { border-color: rgb(172,2,133); }
td.TdClassName
{
border-color: #AC0285;
}
.TagClassName
{
border-color: #AC0285;
}
</style>