Shades of Medium Red Violet #A3247E
Tints of Medium Red Violet #A3247E
RGB
CMYK
RGB Variations
Color information
#A3247E (or 0xA3247E) is known color: Medium Red Violet. HEX triplet: A3, 24 and 7E. RGB value is (163,36,126). Sum of RGB (Red+Green+Blue) = 163+36+126=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3247E is #5CDB81. Grayscale: #545454. Windows color (decimal): -6085506 or 8266915. OLE color: 8266915.
HSL color Cylindrical-coordinate representation of color #A3247E: hue angle of 317.48º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3247E is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 126 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.36 |
| HSL | 317.48º | 0.64% | 0.39% | - |
| HSV(B) | 317.48º | 0.78% | 0.64% | - |
| XYZ | 19.5 | 10.55 | 20.75 | - |
| YUV | 84.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 126 | 0 | 0.78 | 0.23 | 0.36 | 317.48 | 0.64 | 0.39 |
| Hex | A3 | 24 | 7E | 0 | 4E | 17 | 24 | 13D | 40 | 27 |
| Octal | 243 | 44 | 176 | 0 | 116 | 27 | 44 | 475 | 100 | 47 |
| Binary | 10100011 | 100100 | 1111110 | 0 | 1001110 | 10111 | 100100 | 100111101 | 1000000 | 100111 |
Color Harmonies of #A3247E
Complementary color
Monochromatic Colors of #A3247E
Black with #A3247E
Text Example
Text Example
White with #A3247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3247E; }
p { color: rgb(163,36,126); }
H1.HeaderClassName
{
color: #A3247E;
}
.AnyTagClassName
{
color: #A3247E;
}
</style>
background-color css
<style>
a { background-color: #A3247E; }
a { background-color: rgb(163,36,126); }
div.DivClassName
{
background-color: #A3247E;
}
.BgClassName
{
background-color: #A3247E;
}
</style>
border-color css
<style>
span { border-color: #A3247E; }
span { border-color: rgb(163,36,126); }
td.TdClassName
{
border-color: #A3247E;
}
.TagClassName
{
border-color: #A3247E;
}
</style>