Shades of Medium Red Violet #A6379A
Tints of Medium Red Violet #A6379A
RGB
CMYK
RGB Variations
Color information
#A6379A (or 0xA6379A) is known color: Medium Red Violet. HEX triplet: A6, 37 and 9A. RGB value is (166,55,154). Sum of RGB (Red+Green+Blue) = 166+55+154=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6379A is #59C865. Grayscale: #636363. Windows color (decimal): -5884006 or 10106790. OLE color: 10106790.
HSL color Cylindrical-coordinate representation of color #A6379A: hue angle of 306.49º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6379A is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 154 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.35 |
| HSL | 306.49º | 0.5% | 0.43% | - |
| HSV(B) | 306.49º | 0.67% | 0.65% | - |
| XYZ | 22.92 | 13.17 | 31.91 | - |
| YUV | 99.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 154 | 0 | 0.67 | 0.07 | 0.35 | 306.49 | 0.5 | 0.43 |
| Hex | A6 | 37 | 9A | 0 | 43 | 7 | 23 | 132 | 32 | 2B |
| Octal | 246 | 67 | 232 | 0 | 103 | 7 | 43 | 462 | 62 | 53 |
| Binary | 10100110 | 110111 | 10011010 | 0 | 1000011 | 111 | 100011 | 100110010 | 110010 | 101011 |
Color Harmonies of #A6379A
Complementary color
Monochromatic Colors of #A6379A
Black with #A6379A
Text Example
Text Example
White with #A6379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6379A; }
p { color: rgb(166,55,154); }
H1.HeaderClassName
{
color: #A6379A;
}
.AnyTagClassName
{
color: #A6379A;
}
</style>
background-color css
<style>
a { background-color: #A6379A; }
a { background-color: rgb(166,55,154); }
div.DivClassName
{
background-color: #A6379A;
}
.BgClassName
{
background-color: #A6379A;
}
</style>
border-color css
<style>
span { border-color: #A6379A; }
span { border-color: rgb(166,55,154); }
td.TdClassName
{
border-color: #A6379A;
}
.TagClassName
{
border-color: #A6379A;
}
</style>