Shades of Medium Red Violet #A3478C
Tints of Medium Red Violet #A3478C
RGB
CMYK
RGB Variations
Color information
#A3478C (or 0xA3478C) is known color: Medium Red Violet. HEX triplet: A3, 47 and 8C. RGB value is (163,71,140). Sum of RGB (Red+Green+Blue) = 163+71+140=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3478C is #5CB873. Grayscale: #6A6A6A. Windows color (decimal): -6076532 or 9193379. OLE color: 9193379.
HSL color Cylindrical-coordinate representation of color #A3478C: hue angle of 315º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3478C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 140 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.36 |
| HSL | 315º | 0.39% | 0.46% | - |
| HSV(B) | 315º | 0.56% | 0.64% | - |
| XYZ | 22.09 | 14.19 | 26.38 | - |
| YUV | 106.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 140 | 0 | 0.56 | 0.14 | 0.36 | 315 | 0.39 | 0.46 |
| Hex | A3 | 47 | 8C | 0 | 38 | E | 24 | 13B | 27 | 2E |
| Octal | 243 | 107 | 214 | 0 | 70 | 16 | 44 | 473 | 47 | 56 |
| Binary | 10100011 | 1000111 | 10001100 | 0 | 111000 | 1110 | 100100 | 100111011 | 100111 | 101110 |
Color Harmonies of #A3478C
Complementary color
Monochromatic Colors of #A3478C
Black with #A3478C
Text Example
Text Example
White with #A3478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3478C; }
p { color: rgb(163,71,140); }
H1.HeaderClassName
{
color: #A3478C;
}
.AnyTagClassName
{
color: #A3478C;
}
</style>
background-color css
<style>
a { background-color: #A3478C; }
a { background-color: rgb(163,71,140); }
div.DivClassName
{
background-color: #A3478C;
}
.BgClassName
{
background-color: #A3478C;
}
</style>
border-color css
<style>
span { border-color: #A3478C; }
span { border-color: rgb(163,71,140); }
td.TdClassName
{
border-color: #A3478C;
}
.TagClassName
{
border-color: #A3478C;
}
</style>