Shades of Medium Red Violet #A34B85
Tints of Medium Red Violet #A34B85
RGB
CMYK
RGB Variations
Color information
#A34B85 (or 0xA34B85) is known color: Medium Red Violet. HEX triplet: A3, 4B and 85. RGB value is (163,75,133). Sum of RGB (Red+Green+Blue) = 163+75+133=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B85 is #5CB47A. Grayscale: #6B6B6B. Windows color (decimal): -6075515 or 8735651. OLE color: 8735651.
HSL color Cylindrical-coordinate representation of color #A34B85: hue angle of 320.45º 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 #A34B85 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 133 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.36 |
| HSL | 320.45º | 0.37% | 0.47% | - |
| HSV(B) | 320.45º | 0.54% | 0.64% | - |
| XYZ | 21.85 | 14.51 | 23.84 | - |
| YUV | 107.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 133 | 0 | 0.54 | 0.18 | 0.36 | 320.45 | 0.37 | 0.47 |
| Hex | A3 | 4B | 85 | 0 | 36 | 12 | 24 | 140 | 25 | 2F |
| Octal | 243 | 113 | 205 | 0 | 66 | 22 | 44 | 500 | 45 | 57 |
| Binary | 10100011 | 1001011 | 10000101 | 0 | 110110 | 10010 | 100100 | 101000000 | 100101 | 101111 |
Color Harmonies of #A34B85
Complementary color
Monochromatic Colors of #A34B85
Black with #A34B85
Text Example
Text Example
White with #A34B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B85; }
p { color: rgb(163,75,133); }
H1.HeaderClassName
{
color: #A34B85;
}
.AnyTagClassName
{
color: #A34B85;
}
</style>
background-color css
<style>
a { background-color: #A34B85; }
a { background-color: rgb(163,75,133); }
div.DivClassName
{
background-color: #A34B85;
}
.BgClassName
{
background-color: #A34B85;
}
</style>
border-color css
<style>
span { border-color: #A34B85; }
span { border-color: rgb(163,75,133); }
td.TdClassName
{
border-color: #A34B85;
}
.TagClassName
{
border-color: #A34B85;
}
</style>