Shades of Medium Red Violet #A3247A
Tints of Medium Red Violet #A3247A
RGB
CMYK
RGB Variations
Color information
#A3247A (or 0xA3247A) is known color: Medium Red Violet. HEX triplet: A3, 24 and 7A. RGB value is (163,36,122). Sum of RGB (Red+Green+Blue) = 163+36+122=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3247A is #5CDB85. Grayscale: #535353. Windows color (decimal): -6085510 or 8004771. OLE color: 8004771.
HSL color Cylindrical-coordinate representation of color #A3247A: hue angle of 319.37º 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 #A3247A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 122 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.36 |
| HSL | 319.37º | 0.64% | 0.39% | - |
| HSV(B) | 319.37º | 0.78% | 0.64% | - |
| XYZ | 19.25 | 10.45 | 19.42 | - |
| YUV | 83.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 122 | 0 | 0.78 | 0.25 | 0.36 | 319.37 | 0.64 | 0.39 |
| Hex | A3 | 24 | 7A | 0 | 4E | 19 | 24 | 13F | 40 | 27 |
| Octal | 243 | 44 | 172 | 0 | 116 | 31 | 44 | 477 | 100 | 47 |
| Binary | 10100011 | 100100 | 1111010 | 0 | 1001110 | 11001 | 100100 | 100111111 | 1000000 | 100111 |
Color Harmonies of #A3247A
Complementary color
Monochromatic Colors of #A3247A
Black with #A3247A
Text Example
Text Example
White with #A3247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3247A; }
p { color: rgb(163,36,122); }
H1.HeaderClassName
{
color: #A3247A;
}
.AnyTagClassName
{
color: #A3247A;
}
</style>
background-color css
<style>
a { background-color: #A3247A; }
a { background-color: rgb(163,36,122); }
div.DivClassName
{
background-color: #A3247A;
}
.BgClassName
{
background-color: #A3247A;
}
</style>
border-color css
<style>
span { border-color: #A3247A; }
span { border-color: rgb(163,36,122); }
td.TdClassName
{
border-color: #A3247A;
}
.TagClassName
{
border-color: #A3247A;
}
</style>