Shades of Medium Red Violet #A8209F
Tints of Medium Red Violet #A8209F
RGB
CMYK
RGB Variations
Color information
#A8209F (or 0xA8209F) is known color: Medium Red Violet. HEX triplet: A8, 20 and 9F. RGB value is (168,32,159). Sum of RGB (Red+Green+Blue) = 168+32+159=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8209F is #57DF60. Grayscale: #565656. Windows color (decimal): -5758817 or 10428584. OLE color: 10428584.
HSL color Cylindrical-coordinate representation of color #A8209F: hue angle of 303.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 #A8209F is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 159 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.34 |
| HSL | 303.97º | 0.68% | 0.39% | - |
| HSV(B) | 303.97º | 0.81% | 0.66% | - |
| XYZ | 22.92 | 11.86 | 33.88 | - |
| YUV | 87.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 159 | 0 | 0.81 | 0.05 | 0.34 | 303.97 | 0.68 | 0.39 |
| Hex | A8 | 20 | 9F | 0 | 51 | 5 | 22 | 130 | 44 | 27 |
| Octal | 250 | 40 | 237 | 0 | 121 | 5 | 42 | 460 | 104 | 47 |
| Binary | 10101000 | 100000 | 10011111 | 0 | 1010001 | 101 | 100010 | 100110000 | 1000100 | 100111 |
Color Harmonies of #A8209F
Complementary color
Monochromatic Colors of #A8209F
Black with #A8209F
Text Example
Text Example
White with #A8209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8209F; }
p { color: rgb(168,32,159); }
H1.HeaderClassName
{
color: #A8209F;
}
.AnyTagClassName
{
color: #A8209F;
}
</style>
background-color css
<style>
a { background-color: #A8209F; }
a { background-color: rgb(168,32,159); }
div.DivClassName
{
background-color: #A8209F;
}
.BgClassName
{
background-color: #A8209F;
}
</style>
border-color css
<style>
span { border-color: #A8209F; }
span { border-color: rgb(168,32,159); }
td.TdClassName
{
border-color: #A8209F;
}
.TagClassName
{
border-color: #A8209F;
}
</style>