Shades of Medium Red Violet #A8207A
Tints of Medium Red Violet #A8207A
RGB
CMYK
RGB Variations
Color information
#A8207A (or 0xA8207A) is known color: Medium Red Violet. HEX triplet: A8, 20 and 7A. RGB value is (168,32,122). Sum of RGB (Red+Green+Blue) = 168+32+122=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A8207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8207A is #57DF85. Grayscale: #525252. Windows color (decimal): -5758854 or 8003752. OLE color: 8003752.
HSL color Cylindrical-coordinate representation of color #A8207A: hue angle of 320.29º 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 #A8207A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 122 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.34 |
| HSL | 320.29º | 0.68% | 0.39% | - |
| HSV(B) | 320.29º | 0.81% | 0.66% | - |
| XYZ | 20.18 | 10.76 | 19.43 | - |
| YUV | 82.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 122 | 0 | 0.81 | 0.27 | 0.34 | 320.29 | 0.68 | 0.39 |
| Hex | A8 | 20 | 7A | 0 | 51 | 1B | 22 | 140 | 44 | 27 |
| Octal | 250 | 40 | 172 | 0 | 121 | 33 | 42 | 500 | 104 | 47 |
| Binary | 10101000 | 100000 | 1111010 | 0 | 1010001 | 11011 | 100010 | 101000000 | 1000100 | 100111 |
Color Harmonies of #A8207A
Complementary color
Monochromatic Colors of #A8207A
Black with #A8207A
Text Example
Text Example
White with #A8207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8207A; }
p { color: rgb(168,32,122); }
H1.HeaderClassName
{
color: #A8207A;
}
.AnyTagClassName
{
color: #A8207A;
}
</style>
background-color css
<style>
a { background-color: #A8207A; }
a { background-color: rgb(168,32,122); }
div.DivClassName
{
background-color: #A8207A;
}
.BgClassName
{
background-color: #A8207A;
}
</style>
border-color css
<style>
span { border-color: #A8207A; }
span { border-color: rgb(168,32,122); }
td.TdClassName
{
border-color: #A8207A;
}
.TagClassName
{
border-color: #A8207A;
}
</style>