Shades of Medium Red Violet #A34A8B
Tints of Medium Red Violet #A34A8B
RGB
CMYK
RGB Variations
Color information
#A34A8B (or 0xA34A8B) is known color: Medium Red Violet. HEX triplet: A3, 4A and 8B. RGB value is (163,74,139). Sum of RGB (Red+Green+Blue) = 163+74+139=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34A8B is #5CB574. Grayscale: #6B6B6B. Windows color (decimal): -6075765 or 9128611. OLE color: 9128611.
HSL color Cylindrical-coordinate representation of color #A34A8B: hue angle of 316.18º 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 #A34A8B is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 139 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.36 |
| HSL | 316.18º | 0.38% | 0.46% | - |
| HSV(B) | 316.18º | 0.55% | 0.64% | - |
| XYZ | 22.21 | 14.55 | 26.06 | - |
| YUV | 108.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 139 | 0 | 0.55 | 0.15 | 0.36 | 316.18 | 0.38 | 0.46 |
| Hex | A3 | 4A | 8B | 0 | 37 | F | 24 | 13C | 26 | 2E |
| Octal | 243 | 112 | 213 | 0 | 67 | 17 | 44 | 474 | 46 | 56 |
| Binary | 10100011 | 1001010 | 10001011 | 0 | 110111 | 1111 | 100100 | 100111100 | 100110 | 101110 |
Color Harmonies of #A34A8B
Complementary color
Monochromatic Colors of #A34A8B
Black with #A34A8B
Text Example
Text Example
White with #A34A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A8B; }
p { color: rgb(163,74,139); }
H1.HeaderClassName
{
color: #A34A8B;
}
.AnyTagClassName
{
color: #A34A8B;
}
</style>
background-color css
<style>
a { background-color: #A34A8B; }
a { background-color: rgb(163,74,139); }
div.DivClassName
{
background-color: #A34A8B;
}
.BgClassName
{
background-color: #A34A8B;
}
</style>
border-color css
<style>
span { border-color: #A34A8B; }
span { border-color: rgb(163,74,139); }
td.TdClassName
{
border-color: #A34A8B;
}
.TagClassName
{
border-color: #A34A8B;
}
</style>