Shades of Medium Red Violet #A6367F
Tints of Medium Red Violet #A6367F
RGB
CMYK
RGB Variations
Color information
#A6367F (or 0xA6367F) is known color: Medium Red Violet. HEX triplet: A6, 36 and 7F. RGB value is (166,54,127). Sum of RGB (Red+Green+Blue) = 166+54+127=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6367F is #59C980. Grayscale: #5F5F5F. Windows color (decimal): -5884289 or 8337062. OLE color: 8337062.
HSL color Cylindrical-coordinate representation of color #A6367F: hue angle of 320.89º 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 #A6367F is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 127 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.35 |
| HSL | 320.89º | 0.51% | 0.43% | - |
| HSV(B) | 320.89º | 0.67% | 0.65% | - |
| XYZ | 20.88 | 12.28 | 21.35 | - |
| YUV | 95.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 127 | 0 | 0.67 | 0.23 | 0.35 | 320.89 | 0.51 | 0.43 |
| Hex | A6 | 36 | 7F | 0 | 43 | 17 | 23 | 141 | 33 | 2B |
| Octal | 246 | 66 | 177 | 0 | 103 | 27 | 43 | 501 | 63 | 53 |
| Binary | 10100110 | 110110 | 1111111 | 0 | 1000011 | 10111 | 100011 | 101000001 | 110011 | 101011 |
Color Harmonies of #A6367F
Complementary color
Monochromatic Colors of #A6367F
Black with #A6367F
Text Example
Text Example
White with #A6367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6367F; }
p { color: rgb(166,54,127); }
H1.HeaderClassName
{
color: #A6367F;
}
.AnyTagClassName
{
color: #A6367F;
}
</style>
background-color css
<style>
a { background-color: #A6367F; }
a { background-color: rgb(166,54,127); }
div.DivClassName
{
background-color: #A6367F;
}
.BgClassName
{
background-color: #A6367F;
}
</style>
border-color css
<style>
span { border-color: #A6367F; }
span { border-color: rgb(166,54,127); }
td.TdClassName
{
border-color: #A6367F;
}
.TagClassName
{
border-color: #A6367F;
}
</style>