Shades of Medium Red Violet #AC2893
Tints of Medium Red Violet #AC2893
RGB
CMYK
RGB Variations
Color information
#AC2893 (or 0xAC2893) is known color: Medium Red Violet. HEX triplet: AC, 28 and 93. RGB value is (172,40,147). Sum of RGB (Red+Green+Blue) = 172+40+147=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2893 is #53D76C. Grayscale: #5B5B5B. Windows color (decimal): -5494637 or 9644204. OLE color: 9644204.
HSL color Cylindrical-coordinate representation of color #AC2893: hue angle of 311.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2893 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 147 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.33 |
| HSL | 311.36º | 0.62% | 0.42% | - |
| HSV(B) | 311.36º | 0.77% | 0.67% | - |
| XYZ | 23.04 | 12.39 | 28.78 | - |
| YUV | 91.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 147 | 0 | 0.77 | 0.15 | 0.33 | 311.36 | 0.62 | 0.42 |
| Hex | AC | 28 | 93 | 0 | 4D | F | 21 | 137 | 3E | 2A |
| Octal | 254 | 50 | 223 | 0 | 115 | 17 | 41 | 467 | 76 | 52 |
| Binary | 10101100 | 101000 | 10010011 | 0 | 1001101 | 1111 | 100001 | 100110111 | 111110 | 101010 |
Color Harmonies of #AC2893
Complementary color
Monochromatic Colors of #AC2893
Black with #AC2893
Text Example
Text Example
White with #AC2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2893; }
p { color: rgb(172,40,147); }
H1.HeaderClassName
{
color: #AC2893;
}
.AnyTagClassName
{
color: #AC2893;
}
</style>
background-color css
<style>
a { background-color: #AC2893; }
a { background-color: rgb(172,40,147); }
div.DivClassName
{
background-color: #AC2893;
}
.BgClassName
{
background-color: #AC2893;
}
</style>
border-color css
<style>
span { border-color: #AC2893; }
span { border-color: rgb(172,40,147); }
td.TdClassName
{
border-color: #AC2893;
}
.TagClassName
{
border-color: #AC2893;
}
</style>