Shades of Medium Red Violet #A8207D
Tints of Medium Red Violet #A8207D
RGB
CMYK
RGB Variations
Color information
#A8207D (or 0xA8207D) is known color: Medium Red Violet. HEX triplet: A8, 20 and 7D. RGB value is (168,32,125). Sum of RGB (Red+Green+Blue) = 168+32+125=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8207D is #57DF82. Grayscale: #535353. Windows color (decimal): -5758851 or 8200360. OLE color: 8200360.
HSL color Cylindrical-coordinate representation of color #A8207D: hue angle of 318.97º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8207D is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 125 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.34 |
| HSL | 318.97º | 0.68% | 0.39% | - |
| HSV(B) | 318.97º | 0.81% | 0.66% | - |
| XYZ | 20.37 | 10.84 | 20.42 | - |
| YUV | 83.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 125 | 0 | 0.81 | 0.26 | 0.34 | 318.97 | 0.68 | 0.39 |
| Hex | A8 | 20 | 7D | 0 | 51 | 1A | 22 | 13F | 44 | 27 |
| Octal | 250 | 40 | 175 | 0 | 121 | 32 | 42 | 477 | 104 | 47 |
| Binary | 10101000 | 100000 | 1111101 | 0 | 1010001 | 11010 | 100010 | 100111111 | 1000100 | 100111 |
Color Harmonies of #A8207D
Complementary color
Monochromatic Colors of #A8207D
Black with #A8207D
Text Example
Text Example
White with #A8207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8207D; }
p { color: rgb(168,32,125); }
H1.HeaderClassName
{
color: #A8207D;
}
.AnyTagClassName
{
color: #A8207D;
}
</style>
background-color css
<style>
a { background-color: #A8207D; }
a { background-color: rgb(168,32,125); }
div.DivClassName
{
background-color: #A8207D;
}
.BgClassName
{
background-color: #A8207D;
}
</style>
border-color css
<style>
span { border-color: #A8207D; }
span { border-color: rgb(168,32,125); }
td.TdClassName
{
border-color: #A8207D;
}
.TagClassName
{
border-color: #A8207D;
}
</style>