Shades of Medium Red Violet #A6369D
Tints of Medium Red Violet #A6369D
RGB
CMYK
RGB Variations
Color information
#A6369D (or 0xA6369D) is known color: Medium Red Violet. HEX triplet: A6, 36 and 9D. RGB value is (166,54,157). Sum of RGB (Red+Green+Blue) = 166+54+157=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6369D is #59C962. Grayscale: #626262. Windows color (decimal): -5884259 or 10303142. OLE color: 10303142.
HSL color Cylindrical-coordinate representation of color #A6369D: hue angle of 304.82º degrees, saturation: 0.51, 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 #A6369D is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 157 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.35 |
| HSL | 304.82º | 0.51% | 0.43% | - |
| HSV(B) | 304.82º | 0.67% | 0.65% | - |
| XYZ | 23.13 | 13.18 | 33.22 | - |
| YUV | 99.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 157 | 0 | 0.67 | 0.05 | 0.35 | 304.82 | 0.51 | 0.43 |
| Hex | A6 | 36 | 9D | 0 | 43 | 5 | 23 | 131 | 33 | 2B |
| Octal | 246 | 66 | 235 | 0 | 103 | 5 | 43 | 461 | 63 | 53 |
| Binary | 10100110 | 110110 | 10011101 | 0 | 1000011 | 101 | 100011 | 100110001 | 110011 | 101011 |
Color Harmonies of #A6369D
Complementary color
Monochromatic Colors of #A6369D
Black with #A6369D
Text Example
Text Example
White with #A6369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6369D; }
p { color: rgb(166,54,157); }
H1.HeaderClassName
{
color: #A6369D;
}
.AnyTagClassName
{
color: #A6369D;
}
</style>
background-color css
<style>
a { background-color: #A6369D; }
a { background-color: rgb(166,54,157); }
div.DivClassName
{
background-color: #A6369D;
}
.BgClassName
{
background-color: #A6369D;
}
</style>
border-color css
<style>
span { border-color: #A6369D; }
span { border-color: rgb(166,54,157); }
td.TdClassName
{
border-color: #A6369D;
}
.TagClassName
{
border-color: #A6369D;
}
</style>