Shades of Medium Red Violet #A34B89
Tints of Medium Red Violet #A34B89
RGB
CMYK
RGB Variations
Color information
#A34B89 (or 0xA34B89) is known color: Medium Red Violet. HEX triplet: A3, 4B and 89. RGB value is (163,75,137). Sum of RGB (Red+Green+Blue) = 163+75+137=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B89 is #5CB476. Grayscale: #6C6C6C. Windows color (decimal): -6075511 or 8997795. OLE color: 8997795.
HSL color Cylindrical-coordinate representation of color #A34B89: hue angle of 317.73º 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 #A34B89 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 137 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.36 |
| HSL | 317.73º | 0.37% | 0.47% | - |
| HSV(B) | 317.73º | 0.54% | 0.64% | - |
| XYZ | 22.14 | 14.62 | 25.32 | - |
| YUV | 108.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 137 | 0 | 0.54 | 0.16 | 0.36 | 317.73 | 0.37 | 0.47 |
| Hex | A3 | 4B | 89 | 0 | 36 | 10 | 24 | 13E | 25 | 2F |
| Octal | 243 | 113 | 211 | 0 | 66 | 20 | 44 | 476 | 45 | 57 |
| Binary | 10100011 | 1001011 | 10001001 | 0 | 110110 | 10000 | 100100 | 100111110 | 100101 | 101111 |
Color Harmonies of #A34B89
Complementary color
Monochromatic Colors of #A34B89
Black with #A34B89
Text Example
Text Example
White with #A34B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B89; }
p { color: rgb(163,75,137); }
H1.HeaderClassName
{
color: #A34B89;
}
.AnyTagClassName
{
color: #A34B89;
}
</style>
background-color css
<style>
a { background-color: #A34B89; }
a { background-color: rgb(163,75,137); }
div.DivClassName
{
background-color: #A34B89;
}
.BgClassName
{
background-color: #A34B89;
}
</style>
border-color css
<style>
span { border-color: #A34B89; }
span { border-color: rgb(163,75,137); }
td.TdClassName
{
border-color: #A34B89;
}
.TagClassName
{
border-color: #A34B89;
}
</style>