Shades of Medium Red Violet #A8337C
Tints of Medium Red Violet #A8337C
RGB
CMYK
RGB Variations
Color information
#A8337C (or 0xA8337C) is known color: Medium Red Violet. HEX triplet: A8, 33 and 7C. RGB value is (168,51,124). Sum of RGB (Red+Green+Blue) = 168+51+124=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8337C is #57CC83. Grayscale: #5E5E5E. Windows color (decimal): -5753988 or 8139688. OLE color: 8139688.
HSL color Cylindrical-coordinate representation of color #A8337C: hue angle of 322.56º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8337C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 124 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.34 |
| HSL | 322.56º | 0.53% | 0.43% | - |
| HSV(B) | 322.56º | 0.7% | 0.66% | - |
| XYZ | 20.97 | 12.15 | 20.31 | - |
| YUV | 94.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 124 | 0 | 0.70 | 0.26 | 0.34 | 322.56 | 0.53 | 0.43 |
| Hex | A8 | 33 | 7C | 0 | 46 | 1A | 22 | 143 | 35 | 2B |
| Octal | 250 | 63 | 174 | 0 | 106 | 32 | 42 | 503 | 65 | 53 |
| Binary | 10101000 | 110011 | 1111100 | 0 | 1000110 | 11010 | 100010 | 101000011 | 110101 | 101011 |
Color Harmonies of #A8337C
Complementary color
Monochromatic Colors of #A8337C
Black with #A8337C
Text Example
Text Example
White with #A8337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8337C; }
p { color: rgb(168,51,124); }
H1.HeaderClassName
{
color: #A8337C;
}
.AnyTagClassName
{
color: #A8337C;
}
</style>
background-color css
<style>
a { background-color: #A8337C; }
a { background-color: rgb(168,51,124); }
div.DivClassName
{
background-color: #A8337C;
}
.BgClassName
{
background-color: #A8337C;
}
</style>
border-color css
<style>
span { border-color: #A8337C; }
span { border-color: rgb(168,51,124); }
td.TdClassName
{
border-color: #A8337C;
}
.TagClassName
{
border-color: #A8337C;
}
</style>