Shades of Medium Red Violet #A6428C
Tints of Medium Red Violet #A6428C
RGB
CMYK
RGB Variations
Color information
#A6428C (or 0xA6428C) is known color: Medium Red Violet. HEX triplet: A6, 42 and 8C. RGB value is (166,66,140). Sum of RGB (Red+Green+Blue) = 166+66+140=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6428C is #59BD73. Grayscale: #686868. Windows color (decimal): -5881204 or 9192102. OLE color: 9192102.
HSL color Cylindrical-coordinate representation of color #A6428C: hue angle of 315.6º 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 #A6428C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 140 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.35 |
| HSL | 315.6º | 0.43% | 0.45% | - |
| HSV(B) | 315.6º | 0.6% | 0.65% | - |
| XYZ | 22.41 | 13.9 | 26.31 | - |
| YUV | 104.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 140 | 0 | 0.60 | 0.16 | 0.35 | 315.6 | 0.43 | 0.45 |
| Hex | A6 | 42 | 8C | 0 | 3C | 10 | 23 | 13C | 2B | 2D |
| Octal | 246 | 102 | 214 | 0 | 74 | 20 | 43 | 474 | 53 | 55 |
| Binary | 10100110 | 1000010 | 10001100 | 0 | 111100 | 10000 | 100011 | 100111100 | 101011 | 101101 |
Color Harmonies of #A6428C
Complementary color
Monochromatic Colors of #A6428C
Black with #A6428C
Text Example
Text Example
White with #A6428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6428C; }
p { color: rgb(166,66,140); }
H1.HeaderClassName
{
color: #A6428C;
}
.AnyTagClassName
{
color: #A6428C;
}
</style>
background-color css
<style>
a { background-color: #A6428C; }
a { background-color: rgb(166,66,140); }
div.DivClassName
{
background-color: #A6428C;
}
.BgClassName
{
background-color: #A6428C;
}
</style>
border-color css
<style>
span { border-color: #A6428C; }
span { border-color: rgb(166,66,140); }
td.TdClassName
{
border-color: #A6428C;
}
.TagClassName
{
border-color: #A6428C;
}
</style>