Shades of Medium Red Violet #A43B7B
Tints of Medium Red Violet #A43B7B
RGB
CMYK
RGB Variations
Color information
#A43B7B (or 0xA43B7B) is known color: Medium Red Violet. HEX triplet: A4, 3B and 7B. RGB value is (164,59,123). Sum of RGB (Red+Green+Blue) = 164+59+123=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43B7B is #5BC484. Grayscale: #616161. Windows color (decimal): -6014085 or 8076196. OLE color: 8076196.
HSL color Cylindrical-coordinate representation of color #A43B7B: hue angle of 323.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43B7B is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 123 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.36 |
| HSL | 323.43º | 0.47% | 0.44% | - |
| HSV(B) | 323.43º | 0.64% | 0.64% | - |
| XYZ | 20.45 | 12.45 | 20.06 | - |
| YUV | 97.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 123 | 0 | 0.64 | 0.25 | 0.36 | 323.43 | 0.47 | 0.44 |
| Hex | A4 | 3B | 7B | 0 | 40 | 19 | 24 | 143 | 2F | 2C |
| Octal | 244 | 73 | 173 | 0 | 100 | 31 | 44 | 503 | 57 | 54 |
| Binary | 10100100 | 111011 | 1111011 | 0 | 1000000 | 11001 | 100100 | 101000011 | 101111 | 101100 |
Color Harmonies of #A43B7B
Complementary color
Monochromatic Colors of #A43B7B
Black with #A43B7B
Text Example
Text Example
White with #A43B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B7B; }
p { color: rgb(164,59,123); }
H1.HeaderClassName
{
color: #A43B7B;
}
.AnyTagClassName
{
color: #A43B7B;
}
</style>
background-color css
<style>
a { background-color: #A43B7B; }
a { background-color: rgb(164,59,123); }
div.DivClassName
{
background-color: #A43B7B;
}
.BgClassName
{
background-color: #A43B7B;
}
</style>
border-color css
<style>
span { border-color: #A43B7B; }
span { border-color: rgb(164,59,123); }
td.TdClassName
{
border-color: #A43B7B;
}
.TagClassName
{
border-color: #A43B7B;
}
</style>