Shades of Medium Red Violet #A8207F
Tints of Medium Red Violet #A8207F
RGB
CMYK
RGB Variations
Color information
#A8207F (or 0xA8207F) is known color: Medium Red Violet. HEX triplet: A8, 20 and 7F. RGB value is (168,32,127). Sum of RGB (Red+Green+Blue) = 168+32+127=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8207F is #57DF80. Grayscale: #535353. Windows color (decimal): -5758849 or 8331432. OLE color: 8331432.
HSL color Cylindrical-coordinate representation of color #A8207F: hue angle of 318.09º 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 #A8207F is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 127 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.34 |
| HSL | 318.09º | 0.68% | 0.39% | - |
| HSV(B) | 318.09º | 0.81% | 0.66% | - |
| XYZ | 20.5 | 10.89 | 21.1 | - |
| YUV | 83.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 127 | 0 | 0.81 | 0.24 | 0.34 | 318.09 | 0.68 | 0.39 |
| Hex | A8 | 20 | 7F | 0 | 51 | 18 | 22 | 13E | 44 | 27 |
| Octal | 250 | 40 | 177 | 0 | 121 | 30 | 42 | 476 | 104 | 47 |
| Binary | 10101000 | 100000 | 1111111 | 0 | 1010001 | 11000 | 100010 | 100111110 | 1000100 | 100111 |
Color Harmonies of #A8207F
Complementary color
Monochromatic Colors of #A8207F
Black with #A8207F
Text Example
Text Example
White with #A8207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8207F; }
p { color: rgb(168,32,127); }
H1.HeaderClassName
{
color: #A8207F;
}
.AnyTagClassName
{
color: #A8207F;
}
</style>
background-color css
<style>
a { background-color: #A8207F; }
a { background-color: rgb(168,32,127); }
div.DivClassName
{
background-color: #A8207F;
}
.BgClassName
{
background-color: #A8207F;
}
</style>
border-color css
<style>
span { border-color: #A8207F; }
span { border-color: rgb(168,32,127); }
td.TdClassName
{
border-color: #A8207F;
}
.TagClassName
{
border-color: #A8207F;
}
</style>