Shades of Medium Red Violet #A6427F
Tints of Medium Red Violet #A6427F
RGB
CMYK
RGB Variations
Color information
#A6427F (or 0xA6427F) is known color: Medium Red Violet. HEX triplet: A6, 42 and 7F. RGB value is (166,66,127). Sum of RGB (Red+Green+Blue) = 166+66+127=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6427F is #59BD80. Grayscale: #666666. Windows color (decimal): -5881217 or 8340134. OLE color: 8340134.
HSL color Cylindrical-coordinate representation of color #A6427F: hue angle of 323.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6427F is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 127 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.35 |
| HSL | 323.4º | 0.43% | 0.45% | - |
| HSV(B) | 323.4º | 0.6% | 0.65% | - |
| XYZ | 21.5 | 13.54 | 21.56 | - |
| YUV | 102.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 127 | 0 | 0.60 | 0.23 | 0.35 | 323.4 | 0.43 | 0.45 |
| Hex | A6 | 42 | 7F | 0 | 3C | 17 | 23 | 143 | 2B | 2D |
| Octal | 246 | 102 | 177 | 0 | 74 | 27 | 43 | 503 | 53 | 55 |
| Binary | 10100110 | 1000010 | 1111111 | 0 | 111100 | 10111 | 100011 | 101000011 | 101011 | 101101 |
Color Harmonies of #A6427F
Complementary color
Monochromatic Colors of #A6427F
Black with #A6427F
Text Example
Text Example
White with #A6427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6427F; }
p { color: rgb(166,66,127); }
H1.HeaderClassName
{
color: #A6427F;
}
.AnyTagClassName
{
color: #A6427F;
}
</style>
background-color css
<style>
a { background-color: #A6427F; }
a { background-color: rgb(166,66,127); }
div.DivClassName
{
background-color: #A6427F;
}
.BgClassName
{
background-color: #A6427F;
}
</style>
border-color css
<style>
span { border-color: #A6427F; }
span { border-color: rgb(166,66,127); }
td.TdClassName
{
border-color: #A6427F;
}
.TagClassName
{
border-color: #A6427F;
}
</style>