Shades of Medium Red Violet #A34B8B
Tints of Medium Red Violet #A34B8B
RGB
CMYK
RGB Variations
Color information
#A34B8B (or 0xA34B8B) is known color: Medium Red Violet. HEX triplet: A3, 4B and 8B. RGB value is (163,75,139). Sum of RGB (Red+Green+Blue) = 163+75+139=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B8B is #5CB474. Grayscale: #6C6C6C. Windows color (decimal): -6075509 or 9128867. OLE color: 9128867.
HSL color Cylindrical-coordinate representation of color #A34B8B: hue angle of 316.36º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34B8B is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 139 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.36 |
| HSL | 316.36º | 0.37% | 0.47% | - |
| HSV(B) | 316.36º | 0.54% | 0.64% | - |
| XYZ | 22.28 | 14.68 | 26.09 | - |
| YUV | 108.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 139 | 0 | 0.54 | 0.15 | 0.36 | 316.36 | 0.37 | 0.47 |
| Hex | A3 | 4B | 8B | 0 | 36 | F | 24 | 13C | 25 | 2F |
| Octal | 243 | 113 | 213 | 0 | 66 | 17 | 44 | 474 | 45 | 57 |
| Binary | 10100011 | 1001011 | 10001011 | 0 | 110110 | 1111 | 100100 | 100111100 | 100101 | 101111 |
Color Harmonies of #A34B8B
Complementary color
Monochromatic Colors of #A34B8B
Black with #A34B8B
Text Example
Text Example
White with #A34B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B8B; }
p { color: rgb(163,75,139); }
H1.HeaderClassName
{
color: #A34B8B;
}
.AnyTagClassName
{
color: #A34B8B;
}
</style>
background-color css
<style>
a { background-color: #A34B8B; }
a { background-color: rgb(163,75,139); }
div.DivClassName
{
background-color: #A34B8B;
}
.BgClassName
{
background-color: #A34B8B;
}
</style>
border-color css
<style>
span { border-color: #A34B8B; }
span { border-color: rgb(163,75,139); }
td.TdClassName
{
border-color: #A34B8B;
}
.TagClassName
{
border-color: #A34B8B;
}
</style>