Shades of Medium Red Violet #A6428A
Tints of Medium Red Violet #A6428A
RGB
CMYK
RGB Variations
Color information
#A6428A (or 0xA6428A) is known color: Medium Red Violet. HEX triplet: A6, 42 and 8A. RGB value is (166,66,138). Sum of RGB (Red+Green+Blue) = 166+66+138=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6428A is #59BD75. Grayscale: #676767. Windows color (decimal): -5881206 or 9061030. OLE color: 9061030.
HSL color Cylindrical-coordinate representation of color #A6428A: hue angle of 316.8º 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 #A6428A is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 138 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.35 |
| HSL | 316.8º | 0.43% | 0.45% | - |
| HSV(B) | 316.8º | 0.6% | 0.65% | - |
| XYZ | 22.26 | 13.84 | 25.54 | - |
| YUV | 104.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 138 | 0 | 0.60 | 0.17 | 0.35 | 316.8 | 0.43 | 0.45 |
| Hex | A6 | 42 | 8A | 0 | 3C | 11 | 23 | 13D | 2B | 2D |
| Octal | 246 | 102 | 212 | 0 | 74 | 21 | 43 | 475 | 53 | 55 |
| Binary | 10100110 | 1000010 | 10001010 | 0 | 111100 | 10001 | 100011 | 100111101 | 101011 | 101101 |
Color Harmonies of #A6428A
Complementary color
Monochromatic Colors of #A6428A
Black with #A6428A
Text Example
Text Example
White with #A6428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6428A; }
p { color: rgb(166,66,138); }
H1.HeaderClassName
{
color: #A6428A;
}
.AnyTagClassName
{
color: #A6428A;
}
</style>
background-color css
<style>
a { background-color: #A6428A; }
a { background-color: rgb(166,66,138); }
div.DivClassName
{
background-color: #A6428A;
}
.BgClassName
{
background-color: #A6428A;
}
</style>
border-color css
<style>
span { border-color: #A6428A; }
span { border-color: rgb(166,66,138); }
td.TdClassName
{
border-color: #A6428A;
}
.TagClassName
{
border-color: #A6428A;
}
</style>