Shades of Medium Red Violet #A6337C
Tints of Medium Red Violet #A6337C
RGB
CMYK
RGB Variations
Color information
#A6337C (or 0xA6337C) is known color: Medium Red Violet. HEX triplet: A6, 33 and 7C. RGB value is (166,51,124). Sum of RGB (Red+Green+Blue) = 166+51+124=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6337C is #59CC83. Grayscale: #5D5D5D. Windows color (decimal): -5885060 or 8139686. OLE color: 8139686.
HSL color Cylindrical-coordinate representation of color #A6337C: hue angle of 321.91º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6337C is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 124 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.35 |
| HSL | 321.91º | 0.53% | 0.43% | - |
| HSV(B) | 321.91º | 0.69% | 0.65% | - |
| XYZ | 20.55 | 11.93 | 20.29 | - |
| YUV | 93.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 124 | 0 | 0.69 | 0.25 | 0.35 | 321.91 | 0.53 | 0.43 |
| Hex | A6 | 33 | 7C | 0 | 45 | 19 | 23 | 142 | 35 | 2B |
| Octal | 246 | 63 | 174 | 0 | 105 | 31 | 43 | 502 | 65 | 53 |
| Binary | 10100110 | 110011 | 1111100 | 0 | 1000101 | 11001 | 100011 | 101000010 | 110101 | 101011 |
Color Harmonies of #A6337C
Complementary color
Monochromatic Colors of #A6337C
Black with #A6337C
Text Example
Text Example
White with #A6337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6337C; }
p { color: rgb(166,51,124); }
H1.HeaderClassName
{
color: #A6337C;
}
.AnyTagClassName
{
color: #A6337C;
}
</style>
background-color css
<style>
a { background-color: #A6337C; }
a { background-color: rgb(166,51,124); }
div.DivClassName
{
background-color: #A6337C;
}
.BgClassName
{
background-color: #A6337C;
}
</style>
border-color css
<style>
span { border-color: #A6337C; }
span { border-color: rgb(166,51,124); }
td.TdClassName
{
border-color: #A6337C;
}
.TagClassName
{
border-color: #A6337C;
}
</style>