Shades of Medium Red Violet #A34A8C
Tints of Medium Red Violet #A34A8C
RGB
CMYK
RGB Variations
Color information
#A34A8C (or 0xA34A8C) is known color: Medium Red Violet. HEX triplet: A3, 4A and 8C. RGB value is (163,74,140). Sum of RGB (Red+Green+Blue) = 163+74+140=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34A8C is #5CB573. Grayscale: #6B6B6B. Windows color (decimal): -6075764 or 9194147. OLE color: 9194147.
HSL color Cylindrical-coordinate representation of color #A34A8C: hue angle of 315.51º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A8C is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 140 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.36 |
| HSL | 315.51º | 0.38% | 0.46% | - |
| HSV(B) | 315.51º | 0.55% | 0.64% | - |
| XYZ | 22.29 | 14.58 | 26.45 | - |
| YUV | 108.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 140 | 0 | 0.55 | 0.14 | 0.36 | 315.51 | 0.38 | 0.46 |
| Hex | A3 | 4A | 8C | 0 | 37 | E | 24 | 13C | 26 | 2E |
| Octal | 243 | 112 | 214 | 0 | 67 | 16 | 44 | 474 | 46 | 56 |
| Binary | 10100011 | 1001010 | 10001100 | 0 | 110111 | 1110 | 100100 | 100111100 | 100110 | 101110 |
Color Harmonies of #A34A8C
Complementary color
Monochromatic Colors of #A34A8C
Black with #A34A8C
Text Example
Text Example
White with #A34A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A8C; }
p { color: rgb(163,74,140); }
H1.HeaderClassName
{
color: #A34A8C;
}
.AnyTagClassName
{
color: #A34A8C;
}
</style>
background-color css
<style>
a { background-color: #A34A8C; }
a { background-color: rgb(163,74,140); }
div.DivClassName
{
background-color: #A34A8C;
}
.BgClassName
{
background-color: #A34A8C;
}
</style>
border-color css
<style>
span { border-color: #A34A8C; }
span { border-color: rgb(163,74,140); }
td.TdClassName
{
border-color: #A34A8C;
}
.TagClassName
{
border-color: #A34A8C;
}
</style>