Shades of Medium Red Violet #A3328D
Tints of Medium Red Violet #A3328D
RGB
CMYK
RGB Variations
Color information
#A3328D (or 0xA3328D) is known color: Medium Red Violet. HEX triplet: A3, 32 and 8D. RGB value is (163,50,141). Sum of RGB (Red+Green+Blue) = 163+50+141=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3328D is #5CCD72. Grayscale: #5D5D5D. Windows color (decimal): -6081907 or 9253539. OLE color: 9253539.
HSL color Cylindrical-coordinate representation of color #A3328D: hue angle of 311.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3328D is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 141 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.36 |
| HSL | 311.68º | 0.53% | 0.42% | - |
| HSV(B) | 311.68º | 0.69% | 0.64% | - |
| XYZ | 21.05 | 11.99 | 26.4 | - |
| YUV | 94.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 141 | 0 | 0.69 | 0.13 | 0.36 | 311.68 | 0.53 | 0.42 |
| Hex | A3 | 32 | 8D | 0 | 45 | D | 24 | 138 | 35 | 2A |
| Octal | 243 | 62 | 215 | 0 | 105 | 15 | 44 | 470 | 65 | 52 |
| Binary | 10100011 | 110010 | 10001101 | 0 | 1000101 | 1101 | 100100 | 100111000 | 110101 | 101010 |
Color Harmonies of #A3328D
Complementary color
Monochromatic Colors of #A3328D
Black with #A3328D
Text Example
Text Example
White with #A3328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3328D; }
p { color: rgb(163,50,141); }
H1.HeaderClassName
{
color: #A3328D;
}
.AnyTagClassName
{
color: #A3328D;
}
</style>
background-color css
<style>
a { background-color: #A3328D; }
a { background-color: rgb(163,50,141); }
div.DivClassName
{
background-color: #A3328D;
}
.BgClassName
{
background-color: #A3328D;
}
</style>
border-color css
<style>
span { border-color: #A3328D; }
span { border-color: rgb(163,50,141); }
td.TdClassName
{
border-color: #A3328D;
}
.TagClassName
{
border-color: #A3328D;
}
</style>