Shades of Medium Red Violet #A8209C
Tints of Medium Red Violet #A8209C
RGB
CMYK
RGB Variations
Color information
#A8209C (or 0xA8209C) is known color: Medium Red Violet. HEX triplet: A8, 20 and 9C. RGB value is (168,32,156). Sum of RGB (Red+Green+Blue) = 168+32+156=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8209C is #57DF63. Grayscale: #565656. Windows color (decimal): -5758820 or 10231976. OLE color: 10231976.
HSL color Cylindrical-coordinate representation of color #A8209C: hue angle of 305.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 #A8209C is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 156 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.34 |
| HSL | 305.29º | 0.68% | 0.39% | - |
| HSV(B) | 305.29º | 0.81% | 0.66% | - |
| XYZ | 22.67 | 11.76 | 32.53 | - |
| YUV | 86.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 156 | 0 | 0.81 | 0.07 | 0.34 | 305.29 | 0.68 | 0.39 |
| Hex | A8 | 20 | 9C | 0 | 51 | 7 | 22 | 131 | 44 | 27 |
| Octal | 250 | 40 | 234 | 0 | 121 | 7 | 42 | 461 | 104 | 47 |
| Binary | 10101000 | 100000 | 10011100 | 0 | 1010001 | 111 | 100010 | 100110001 | 1000100 | 100111 |
Color Harmonies of #A8209C
Complementary color
Monochromatic Colors of #A8209C
Black with #A8209C
Text Example
Text Example
White with #A8209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8209C; }
p { color: rgb(168,32,156); }
H1.HeaderClassName
{
color: #A8209C;
}
.AnyTagClassName
{
color: #A8209C;
}
</style>
background-color css
<style>
a { background-color: #A8209C; }
a { background-color: rgb(168,32,156); }
div.DivClassName
{
background-color: #A8209C;
}
.BgClassName
{
background-color: #A8209C;
}
</style>
border-color css
<style>
span { border-color: #A8209C; }
span { border-color: rgb(168,32,156); }
td.TdClassName
{
border-color: #A8209C;
}
.TagClassName
{
border-color: #A8209C;
}
</style>