Shades of Medium Red Violet #A6319C
Tints of Medium Red Violet #A6319C
RGB
CMYK
RGB Variations
Color information
#A6319C (or 0xA6319C) is known color: Medium Red Violet. HEX triplet: A6, 31 and 9C. RGB value is (166,49,156). Sum of RGB (Red+Green+Blue) = 166+49+156=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6319C is #59CE63. Grayscale: #5F5F5F. Windows color (decimal): -5885540 or 10236326. OLE color: 10236326.
HSL color Cylindrical-coordinate representation of color #A6319C: hue angle of 305.13º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6319C is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 156 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.35 |
| HSL | 305.13º | 0.54% | 0.42% | - |
| HSV(B) | 305.13º | 0.7% | 0.65% | - |
| XYZ | 22.82 | 12.7 | 32.7 | - |
| YUV | 96.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 156 | 0 | 0.70 | 0.06 | 0.35 | 305.13 | 0.54 | 0.42 |
| Hex | A6 | 31 | 9C | 0 | 46 | 6 | 23 | 131 | 36 | 2A |
| Octal | 246 | 61 | 234 | 0 | 106 | 6 | 43 | 461 | 66 | 52 |
| Binary | 10100110 | 110001 | 10011100 | 0 | 1000110 | 110 | 100011 | 100110001 | 110110 | 101010 |
Color Harmonies of #A6319C
Complementary color
Monochromatic Colors of #A6319C
Black with #A6319C
Text Example
Text Example
White with #A6319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6319C; }
p { color: rgb(166,49,156); }
H1.HeaderClassName
{
color: #A6319C;
}
.AnyTagClassName
{
color: #A6319C;
}
</style>
background-color css
<style>
a { background-color: #A6319C; }
a { background-color: rgb(166,49,156); }
div.DivClassName
{
background-color: #A6319C;
}
.BgClassName
{
background-color: #A6319C;
}
</style>
border-color css
<style>
span { border-color: #A6319C; }
span { border-color: rgb(166,49,156); }
td.TdClassName
{
border-color: #A6319C;
}
.TagClassName
{
border-color: #A6319C;
}
</style>