Shades of Medium Red Violet #A2428C
Tints of Medium Red Violet #A2428C
RGB
CMYK
RGB Variations
Color information
#A2428C (or 0xA2428C) is known color: Medium Red Violet. HEX triplet: A2, 42 and 8C. RGB value is (162,66,140). Sum of RGB (Red+Green+Blue) = 162+66+140=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2428C is #5DBD73. Grayscale: #666666. Windows color (decimal): -6143348 or 9192098. OLE color: 9192098.
HSL color Cylindrical-coordinate representation of color #A2428C: hue angle of 313.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2428C is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 140 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.36 |
| HSL | 313.75º | 0.42% | 0.45% | - |
| HSV(B) | 313.75º | 0.59% | 0.64% | - |
| XYZ | 21.58 | 13.47 | 26.27 | - |
| YUV | 103.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 140 | 0 | 0.59 | 0.14 | 0.36 | 313.75 | 0.42 | 0.45 |
| Hex | A2 | 42 | 8C | 0 | 3B | E | 24 | 13A | 2A | 2D |
| Octal | 242 | 102 | 214 | 0 | 73 | 16 | 44 | 472 | 52 | 55 |
| Binary | 10100010 | 1000010 | 10001100 | 0 | 111011 | 1110 | 100100 | 100111010 | 101010 | 101101 |
Color Harmonies of #A2428C
Complementary color
Monochromatic Colors of #A2428C
Black with #A2428C
Text Example
Text Example
White with #A2428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2428C; }
p { color: rgb(162,66,140); }
H1.HeaderClassName
{
color: #A2428C;
}
.AnyTagClassName
{
color: #A2428C;
}
</style>
background-color css
<style>
a { background-color: #A2428C; }
a { background-color: rgb(162,66,140); }
div.DivClassName
{
background-color: #A2428C;
}
.BgClassName
{
background-color: #A2428C;
}
</style>
border-color css
<style>
span { border-color: #A2428C; }
span { border-color: rgb(162,66,140); }
td.TdClassName
{
border-color: #A2428C;
}
.TagClassName
{
border-color: #A2428C;
}
</style>