Shades of Medium Red Violet #A3398C
Tints of Medium Red Violet #A3398C
RGB
CMYK
RGB Variations
Color information
#A3398C (or 0xA3398C) is known color: Medium Red Violet. HEX triplet: A3, 39 and 8C. RGB value is (163,57,140). Sum of RGB (Red+Green+Blue) = 163+57+140=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3398C is #5CC673. Grayscale: #616161. Windows color (decimal): -6080116 or 9189795. OLE color: 9189795.
HSL color Cylindrical-coordinate representation of color #A3398C: hue angle of 313.02º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3398C is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 140 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.36 |
| HSL | 313.02º | 0.48% | 0.43% | - |
| HSV(B) | 313.02º | 0.65% | 0.64% | - |
| XYZ | 21.3 | 12.61 | 26.12 | - |
| YUV | 98.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 140 | 0 | 0.65 | 0.14 | 0.36 | 313.02 | 0.48 | 0.43 |
| Hex | A3 | 39 | 8C | 0 | 41 | E | 24 | 139 | 30 | 2B |
| Octal | 243 | 71 | 214 | 0 | 101 | 16 | 44 | 471 | 60 | 53 |
| Binary | 10100011 | 111001 | 10001100 | 0 | 1000001 | 1110 | 100100 | 100111001 | 110000 | 101011 |
Color Harmonies of #A3398C
Complementary color
Monochromatic Colors of #A3398C
Black with #A3398C
Text Example
Text Example
White with #A3398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3398C; }
p { color: rgb(163,57,140); }
H1.HeaderClassName
{
color: #A3398C;
}
.AnyTagClassName
{
color: #A3398C;
}
</style>
background-color css
<style>
a { background-color: #A3398C; }
a { background-color: rgb(163,57,140); }
div.DivClassName
{
background-color: #A3398C;
}
.BgClassName
{
background-color: #A3398C;
}
</style>
border-color css
<style>
span { border-color: #A3398C; }
span { border-color: rgb(163,57,140); }
td.TdClassName
{
border-color: #A3398C;
}
.TagClassName
{
border-color: #A3398C;
}
</style>