Shades of Medium Red Violet #A3428C
Tints of Medium Red Violet #A3428C
RGB
CMYK
RGB Variations
Color information
#A3428C (or 0xA3428C) is known color: Medium Red Violet. HEX triplet: A3, 42 and 8C. RGB value is (163,66,140). Sum of RGB (Red+Green+Blue) = 163+66+140=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3428C is #5CBD73. Grayscale: #676767. Windows color (decimal): -6077812 or 9192099. OLE color: 9192099.
HSL color Cylindrical-coordinate representation of color #A3428C: hue angle of 314.23º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3428C is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 140 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.36 |
| HSL | 314.23º | 0.42% | 0.45% | - |
| HSV(B) | 314.23º | 0.6% | 0.64% | - |
| XYZ | 21.79 | 13.58 | 26.28 | - |
| YUV | 103.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 140 | 0 | 0.60 | 0.14 | 0.36 | 314.23 | 0.42 | 0.45 |
| Hex | A3 | 42 | 8C | 0 | 3C | E | 24 | 13A | 2A | 2D |
| Octal | 243 | 102 | 214 | 0 | 74 | 16 | 44 | 472 | 52 | 55 |
| Binary | 10100011 | 1000010 | 10001100 | 0 | 111100 | 1110 | 100100 | 100111010 | 101010 | 101101 |
Color Harmonies of #A3428C
Complementary color
Monochromatic Colors of #A3428C
Black with #A3428C
Text Example
Text Example
White with #A3428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3428C; }
p { color: rgb(163,66,140); }
H1.HeaderClassName
{
color: #A3428C;
}
.AnyTagClassName
{
color: #A3428C;
}
</style>
background-color css
<style>
a { background-color: #A3428C; }
a { background-color: rgb(163,66,140); }
div.DivClassName
{
background-color: #A3428C;
}
.BgClassName
{
background-color: #A3428C;
}
</style>
border-color css
<style>
span { border-color: #A3428C; }
span { border-color: rgb(163,66,140); }
td.TdClassName
{
border-color: #A3428C;
}
.TagClassName
{
border-color: #A3428C;
}
</style>