Shades of Medium Red Violet #A6379B
Tints of Medium Red Violet #A6379B
RGB
CMYK
RGB Variations
Color information
#A6379B (or 0xA6379B) is known color: Medium Red Violet. HEX triplet: A6, 37 and 9B. RGB value is (166,55,155). Sum of RGB (Red+Green+Blue) = 166+55+155=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6379B is #59C864. Grayscale: #636363. Windows color (decimal): -5884005 or 10172326. OLE color: 10172326.
HSL color Cylindrical-coordinate representation of color #A6379B: hue angle of 305.95º 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 #A6379B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 155 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.35 |
| HSL | 305.95º | 0.5% | 0.43% | - |
| HSV(B) | 305.95º | 0.67% | 0.65% | - |
| XYZ | 23.01 | 13.21 | 32.35 | - |
| YUV | 99.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 155 | 0 | 0.67 | 0.07 | 0.35 | 305.95 | 0.5 | 0.43 |
| Hex | A6 | 37 | 9B | 0 | 43 | 7 | 23 | 132 | 32 | 2B |
| Octal | 246 | 67 | 233 | 0 | 103 | 7 | 43 | 462 | 62 | 53 |
| Binary | 10100110 | 110111 | 10011011 | 0 | 1000011 | 111 | 100011 | 100110010 | 110010 | 101011 |
Color Harmonies of #A6379B
Complementary color
Monochromatic Colors of #A6379B
Black with #A6379B
Text Example
Text Example
White with #A6379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6379B; }
p { color: rgb(166,55,155); }
H1.HeaderClassName
{
color: #A6379B;
}
.AnyTagClassName
{
color: #A6379B;
}
</style>
background-color css
<style>
a { background-color: #A6379B; }
a { background-color: rgb(166,55,155); }
div.DivClassName
{
background-color: #A6379B;
}
.BgClassName
{
background-color: #A6379B;
}
</style>
border-color css
<style>
span { border-color: #A6379B; }
span { border-color: rgb(166,55,155); }
td.TdClassName
{
border-color: #A6379B;
}
.TagClassName
{
border-color: #A6379B;
}
</style>