Shades of Medium Red Violet #A4207A
Tints of Medium Red Violet #A4207A
RGB
CMYK
RGB Variations
Color information
#A4207A (or 0xA4207A) is known color: Medium Red Violet. HEX triplet: A4, 20 and 7A. RGB value is (164,32,122). Sum of RGB (Red+Green+Blue) = 164+32+122=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A4207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4207A is #5BDF85. Grayscale: #515151. Windows color (decimal): -6020998 or 8003748. OLE color: 8003748.
HSL color Cylindrical-coordinate representation of color #A4207A: hue angle of 319.09º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4207A is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 32 | 122 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.36 |
| HSL | 319.09º | 0.67% | 0.38% | - |
| HSV(B) | 319.09º | 0.8% | 0.64% | - |
| XYZ | 19.34 | 10.33 | 19.39 | - |
| YUV | 81.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 122 | 0 | 0.80 | 0.26 | 0.36 | 319.09 | 0.67 | 0.38 |
| Hex | A4 | 20 | 7A | 0 | 50 | 1A | 24 | 13F | 43 | 26 |
| Octal | 244 | 40 | 172 | 0 | 120 | 32 | 44 | 477 | 103 | 46 |
| Binary | 10100100 | 100000 | 1111010 | 0 | 1010000 | 11010 | 100100 | 100111111 | 1000011 | 100110 |
Color Harmonies of #A4207A
Complementary color
Monochromatic Colors of #A4207A
Black with #A4207A
Text Example
Text Example
White with #A4207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4207A; }
p { color: rgb(164,32,122); }
H1.HeaderClassName
{
color: #A4207A;
}
.AnyTagClassName
{
color: #A4207A;
}
</style>
background-color css
<style>
a { background-color: #A4207A; }
a { background-color: rgb(164,32,122); }
div.DivClassName
{
background-color: #A4207A;
}
.BgClassName
{
background-color: #A4207A;
}
</style>
border-color css
<style>
span { border-color: #A4207A; }
span { border-color: rgb(164,32,122); }
td.TdClassName
{
border-color: #A4207A;
}
.TagClassName
{
border-color: #A4207A;
}
</style>