Shades of Medium Red Violet #A0328C
Tints of Medium Red Violet #A0328C
RGB
CMYK
RGB Variations
Color information
#A0328C (or 0xA0328C) is known color: Medium Red Violet. HEX triplet: A0, 32 and 8C. RGB value is (160,50,140). Sum of RGB (Red+Green+Blue) = 160+50+140=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0328C is #5FCD73. Grayscale: #5C5C5C. Windows color (decimal): -6278516 or 9188000. OLE color: 9188000.
HSL color Cylindrical-coordinate representation of color #A0328C: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0328C is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 140 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.37 |
| HSL | 310.91º | 0.52% | 0.41% | - |
| HSV(B) | 310.91º | 0.69% | 0.63% | - |
| XYZ | 20.37 | 11.65 | 25.99 | - |
| YUV | 93.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 140 | 0 | 0.69 | 0.12 | 0.37 | 310.91 | 0.52 | 0.41 |
| Hex | A0 | 32 | 8C | 0 | 45 | C | 25 | 137 | 34 | 29 |
| Octal | 240 | 62 | 214 | 0 | 105 | 14 | 45 | 467 | 64 | 51 |
| Binary | 10100000 | 110010 | 10001100 | 0 | 1000101 | 1100 | 100101 | 100110111 | 110100 | 101001 |
Color Harmonies of #A0328C
Complementary color
Monochromatic Colors of #A0328C
Black with #A0328C
Text Example
Text Example
White with #A0328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0328C; }
p { color: rgb(160,50,140); }
H1.HeaderClassName
{
color: #A0328C;
}
.AnyTagClassName
{
color: #A0328C;
}
</style>
background-color css
<style>
a { background-color: #A0328C; }
a { background-color: rgb(160,50,140); }
div.DivClassName
{
background-color: #A0328C;
}
.BgClassName
{
background-color: #A0328C;
}
</style>
border-color css
<style>
span { border-color: #A0328C; }
span { border-color: rgb(160,50,140); }
td.TdClassName
{
border-color: #A0328C;
}
.TagClassName
{
border-color: #A0328C;
}
</style>