Shades of Medium Red Violet #A43B95
Tints of Medium Red Violet #A43B95
RGB
CMYK
RGB Variations
Color information
#A43B95 (or 0xA43B95) is known color: Medium Red Violet. HEX triplet: A4, 3B and 95. RGB value is (164,59,149). Sum of RGB (Red+Green+Blue) = 164+59+149=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43B95 is #5BC46A. Grayscale: #646464. Windows color (decimal): -6014059 or 9780132. OLE color: 9780132.
HSL color Cylindrical-coordinate representation of color #A43B95: hue angle of 308.57º 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 #A43B95 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 149 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.36 |
| HSL | 308.57º | 0.47% | 0.44% | - |
| HSV(B) | 308.57º | 0.64% | 0.64% | - |
| XYZ | 22.3 | 13.19 | 29.8 | - |
| YUV | 100.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 149 | 0 | 0.64 | 0.09 | 0.36 | 308.57 | 0.47 | 0.44 |
| Hex | A4 | 3B | 95 | 0 | 40 | 9 | 24 | 135 | 2F | 2C |
| Octal | 244 | 73 | 225 | 0 | 100 | 11 | 44 | 465 | 57 | 54 |
| Binary | 10100100 | 111011 | 10010101 | 0 | 1000000 | 1001 | 100100 | 100110101 | 101111 | 101100 |
Color Harmonies of #A43B95
Complementary color
Monochromatic Colors of #A43B95
Black with #A43B95
Text Example
Text Example
White with #A43B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B95; }
p { color: rgb(164,59,149); }
H1.HeaderClassName
{
color: #A43B95;
}
.AnyTagClassName
{
color: #A43B95;
}
</style>
background-color css
<style>
a { background-color: #A43B95; }
a { background-color: rgb(164,59,149); }
div.DivClassName
{
background-color: #A43B95;
}
.BgClassName
{
background-color: #A43B95;
}
</style>
border-color css
<style>
span { border-color: #A43B95; }
span { border-color: rgb(164,59,149); }
td.TdClassName
{
border-color: #A43B95;
}
.TagClassName
{
border-color: #A43B95;
}
</style>