Shades of Medium Red Violet #A8239D
Tints of Medium Red Violet #A8239D
RGB
CMYK
RGB Variations
Color information
#A8239D (or 0xA8239D) is known color: Medium Red Violet. HEX triplet: A8, 23 and 9D. RGB value is (168,35,157). Sum of RGB (Red+Green+Blue) = 168+35+157=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8239D is #57DC62. Grayscale: #585858. Windows color (decimal): -5758051 or 10298280. OLE color: 10298280.
HSL color Cylindrical-coordinate representation of color #A8239D: hue angle of 304.96º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8239D is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 157 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.34 |
| HSL | 304.96º | 0.66% | 0.4% | - |
| HSV(B) | 304.96º | 0.79% | 0.66% | - |
| XYZ | 22.84 | 11.96 | 33 | - |
| YUV | 88.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 157 | 0 | 0.79 | 0.07 | 0.34 | 304.96 | 0.66 | 0.4 |
| Hex | A8 | 23 | 9D | 0 | 4F | 7 | 22 | 131 | 42 | 28 |
| Octal | 250 | 43 | 235 | 0 | 117 | 7 | 42 | 461 | 102 | 50 |
| Binary | 10101000 | 100011 | 10011101 | 0 | 1001111 | 111 | 100010 | 100110001 | 1000010 | 101000 |
Color Harmonies of #A8239D
Complementary color
Monochromatic Colors of #A8239D
Black with #A8239D
Text Example
Text Example
White with #A8239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8239D; }
p { color: rgb(168,35,157); }
H1.HeaderClassName
{
color: #A8239D;
}
.AnyTagClassName
{
color: #A8239D;
}
</style>
background-color css
<style>
a { background-color: #A8239D; }
a { background-color: rgb(168,35,157); }
div.DivClassName
{
background-color: #A8239D;
}
.BgClassName
{
background-color: #A8239D;
}
</style>
border-color css
<style>
span { border-color: #A8239D; }
span { border-color: rgb(168,35,157); }
td.TdClassName
{
border-color: #A8239D;
}
.TagClassName
{
border-color: #A8239D;
}
</style>