Shades of Medium Red Violet #A6337B
Tints of Medium Red Violet #A6337B
RGB
CMYK
RGB Variations
Color information
#A6337B (or 0xA6337B) is known color: Medium Red Violet. HEX triplet: A6, 33 and 7B. RGB value is (166,51,123). Sum of RGB (Red+Green+Blue) = 166+51+123=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6337B is #59CC84. Grayscale: #5D5D5D. Windows color (decimal): -5885061 or 8074150. OLE color: 8074150.
HSL color Cylindrical-coordinate representation of color #A6337B: hue angle of 322.43º 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 #A6337B is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 123 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.35 |
| HSL | 322.43º | 0.53% | 0.43% | - |
| HSV(B) | 322.43º | 0.69% | 0.65% | - |
| XYZ | 20.48 | 11.9 | 19.96 | - |
| YUV | 93.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 123 | 0 | 0.69 | 0.26 | 0.35 | 322.43 | 0.53 | 0.43 |
| Hex | A6 | 33 | 7B | 0 | 45 | 1A | 23 | 142 | 35 | 2B |
| Octal | 246 | 63 | 173 | 0 | 105 | 32 | 43 | 502 | 65 | 53 |
| Binary | 10100110 | 110011 | 1111011 | 0 | 1000101 | 11010 | 100011 | 101000010 | 110101 | 101011 |
Color Harmonies of #A6337B
Complementary color
Monochromatic Colors of #A6337B
Black with #A6337B
Text Example
Text Example
White with #A6337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6337B; }
p { color: rgb(166,51,123); }
H1.HeaderClassName
{
color: #A6337B;
}
.AnyTagClassName
{
color: #A6337B;
}
</style>
background-color css
<style>
a { background-color: #A6337B; }
a { background-color: rgb(166,51,123); }
div.DivClassName
{
background-color: #A6337B;
}
.BgClassName
{
background-color: #A6337B;
}
</style>
border-color css
<style>
span { border-color: #A6337B; }
span { border-color: rgb(166,51,123); }
td.TdClassName
{
border-color: #A6337B;
}
.TagClassName
{
border-color: #A6337B;
}
</style>