Shades of Medium Red Violet #A43D93
Tints of Medium Red Violet #A43D93
RGB
CMYK
RGB Variations
Color information
#A43D93 (or 0xA43D93) is known color: Medium Red Violet. HEX triplet: A4, 3D and 93. RGB value is (164,61,147). Sum of RGB (Red+Green+Blue) = 164+61+147=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D93 is #5BC26C. Grayscale: #656565. Windows color (decimal): -6013549 or 9649572. OLE color: 9649572.
HSL color Cylindrical-coordinate representation of color #A43D93: hue angle of 309.9º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43D93 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 147 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.36 |
| HSL | 309.9º | 0.46% | 0.44% | - |
| HSV(B) | 309.9º | 0.63% | 0.64% | - |
| XYZ | 22.25 | 13.34 | 29.01 | - |
| YUV | 101.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 147 | 0 | 0.63 | 0.10 | 0.36 | 309.9 | 0.46 | 0.44 |
| Hex | A4 | 3D | 93 | 0 | 3F | A | 24 | 136 | 2E | 2C |
| Octal | 244 | 75 | 223 | 0 | 77 | 12 | 44 | 466 | 56 | 54 |
| Binary | 10100100 | 111101 | 10010011 | 0 | 111111 | 1010 | 100100 | 100110110 | 101110 | 101100 |
Color Harmonies of #A43D93
Complementary color
Monochromatic Colors of #A43D93
Black with #A43D93
Text Example
Text Example
White with #A43D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D93; }
p { color: rgb(164,61,147); }
H1.HeaderClassName
{
color: #A43D93;
}
.AnyTagClassName
{
color: #A43D93;
}
</style>
background-color css
<style>
a { background-color: #A43D93; }
a { background-color: rgb(164,61,147); }
div.DivClassName
{
background-color: #A43D93;
}
.BgClassName
{
background-color: #A43D93;
}
</style>
border-color css
<style>
span { border-color: #A43D93; }
span { border-color: rgb(164,61,147); }
td.TdClassName
{
border-color: #A43D93;
}
.TagClassName
{
border-color: #A43D93;
}
</style>