Shades of Medium Red Violet #A34B8A
Tints of Medium Red Violet #A34B8A
RGB
CMYK
RGB Variations
Color information
#A34B8A (or 0xA34B8A) is known color: Medium Red Violet. HEX triplet: A3, 4B and 8A. RGB value is (163,75,138). Sum of RGB (Red+Green+Blue) = 163+75+138=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B8A is #5CB475. Grayscale: #6C6C6C. Windows color (decimal): -6075510 or 9063331. OLE color: 9063331.
HSL color Cylindrical-coordinate representation of color #A34B8A: hue angle of 317.05º 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 #A34B8A is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 138 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.36 |
| HSL | 317.05º | 0.37% | 0.47% | - |
| HSV(B) | 317.05º | 0.54% | 0.64% | - |
| XYZ | 22.21 | 14.65 | 25.7 | - |
| YUV | 108.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 138 | 0 | 0.54 | 0.15 | 0.36 | 317.05 | 0.37 | 0.47 |
| Hex | A3 | 4B | 8A | 0 | 36 | F | 24 | 13D | 25 | 2F |
| Octal | 243 | 113 | 212 | 0 | 66 | 17 | 44 | 475 | 45 | 57 |
| Binary | 10100011 | 1001011 | 10001010 | 0 | 110110 | 1111 | 100100 | 100111101 | 100101 | 101111 |
Color Harmonies of #A34B8A
Complementary color
Monochromatic Colors of #A34B8A
Black with #A34B8A
Text Example
Text Example
White with #A34B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B8A; }
p { color: rgb(163,75,138); }
H1.HeaderClassName
{
color: #A34B8A;
}
.AnyTagClassName
{
color: #A34B8A;
}
</style>
background-color css
<style>
a { background-color: #A34B8A; }
a { background-color: rgb(163,75,138); }
div.DivClassName
{
background-color: #A34B8A;
}
.BgClassName
{
background-color: #A34B8A;
}
</style>
border-color css
<style>
span { border-color: #A34B8A; }
span { border-color: rgb(163,75,138); }
td.TdClassName
{
border-color: #A34B8A;
}
.TagClassName
{
border-color: #A34B8A;
}
</style>