Shades of Medium Red Violet #A8207B
Tints of Medium Red Violet #A8207B
RGB
CMYK
RGB Variations
Color information
#A8207B (or 0xA8207B) is known color: Medium Red Violet. HEX triplet: A8, 20 and 7B. RGB value is (168,32,123). Sum of RGB (Red+Green+Blue) = 168+32+123=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A8207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8207B is #57DF84. Grayscale: #525252. Windows color (decimal): -5758853 or 8069288. OLE color: 8069288.
HSL color Cylindrical-coordinate representation of color #A8207B: hue angle of 319.85º 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 #A8207B is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 123 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.34 |
| HSL | 319.85º | 0.68% | 0.39% | - |
| HSV(B) | 319.85º | 0.81% | 0.66% | - |
| XYZ | 20.24 | 10.79 | 19.75 | - |
| YUV | 83.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 123 | 0 | 0.81 | 0.27 | 0.34 | 319.85 | 0.68 | 0.39 |
| Hex | A8 | 20 | 7B | 0 | 51 | 1B | 22 | 140 | 44 | 27 |
| Octal | 250 | 40 | 173 | 0 | 121 | 33 | 42 | 500 | 104 | 47 |
| Binary | 10101000 | 100000 | 1111011 | 0 | 1010001 | 11011 | 100010 | 101000000 | 1000100 | 100111 |
Color Harmonies of #A8207B
Complementary color
Monochromatic Colors of #A8207B
Black with #A8207B
Text Example
Text Example
White with #A8207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8207B; }
p { color: rgb(168,32,123); }
H1.HeaderClassName
{
color: #A8207B;
}
.AnyTagClassName
{
color: #A8207B;
}
</style>
background-color css
<style>
a { background-color: #A8207B; }
a { background-color: rgb(168,32,123); }
div.DivClassName
{
background-color: #A8207B;
}
.BgClassName
{
background-color: #A8207B;
}
</style>
border-color css
<style>
span { border-color: #A8207B; }
span { border-color: rgb(168,32,123); }
td.TdClassName
{
border-color: #A8207B;
}
.TagClassName
{
border-color: #A8207B;
}
</style>