Shades of Medium Red Violet #A6337A
Tints of Medium Red Violet #A6337A
RGB
CMYK
RGB Variations
Color information
#A6337A (or 0xA6337A) is known color: Medium Red Violet. HEX triplet: A6, 33 and 7A. RGB value is (166,51,122). Sum of RGB (Red+Green+Blue) = 166+51+122=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6337A is #59CC85. Grayscale: #5D5D5D. Windows color (decimal): -5885062 or 8008614. OLE color: 8008614.
HSL color Cylindrical-coordinate representation of color #A6337A: hue angle of 322.96º 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 #A6337A is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 122 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.35 |
| HSL | 322.96º | 0.53% | 0.43% | - |
| HSV(B) | 322.96º | 0.69% | 0.65% | - |
| XYZ | 20.42 | 11.88 | 19.63 | - |
| YUV | 93.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 122 | 0 | 0.69 | 0.27 | 0.35 | 322.96 | 0.53 | 0.43 |
| Hex | A6 | 33 | 7A | 0 | 45 | 1B | 23 | 143 | 35 | 2B |
| Octal | 246 | 63 | 172 | 0 | 105 | 33 | 43 | 503 | 65 | 53 |
| Binary | 10100110 | 110011 | 1111010 | 0 | 1000101 | 11011 | 100011 | 101000011 | 110101 | 101011 |
Color Harmonies of #A6337A
Complementary color
Monochromatic Colors of #A6337A
Black with #A6337A
Text Example
Text Example
White with #A6337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6337A; }
p { color: rgb(166,51,122); }
H1.HeaderClassName
{
color: #A6337A;
}
.AnyTagClassName
{
color: #A6337A;
}
</style>
background-color css
<style>
a { background-color: #A6337A; }
a { background-color: rgb(166,51,122); }
div.DivClassName
{
background-color: #A6337A;
}
.BgClassName
{
background-color: #A6337A;
}
</style>
border-color css
<style>
span { border-color: #A6337A; }
span { border-color: rgb(166,51,122); }
td.TdClassName
{
border-color: #A6337A;
}
.TagClassName
{
border-color: #A6337A;
}
</style>