Shades of Medium Red Violet #A8339E
Tints of Medium Red Violet #A8339E
RGB
CMYK
RGB Variations
Color information
#A8339E (or 0xA8339E) is known color: Medium Red Violet. HEX triplet: A8, 33 and 9E. RGB value is (168,51,158). Sum of RGB (Red+Green+Blue) = 168+51+158=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8339E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8339E is #57CC61. Grayscale: #616161. Windows color (decimal): -5753954 or 10367912. OLE color: 10367912.
HSL color Cylindrical-coordinate representation of color #A8339E: hue angle of 305.13º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8339E is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 158 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.34 |
| HSL | 305.13º | 0.53% | 0.43% | - |
| HSV(B) | 305.13º | 0.7% | 0.66% | - |
| XYZ | 23.5 | 13.16 | 33.65 | - |
| YUV | 98.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 158 | 0 | 0.70 | 0.06 | 0.34 | 305.13 | 0.53 | 0.43 |
| Hex | A8 | 33 | 9E | 0 | 46 | 6 | 22 | 131 | 35 | 2B |
| Octal | 250 | 63 | 236 | 0 | 106 | 6 | 42 | 461 | 65 | 53 |
| Binary | 10101000 | 110011 | 10011110 | 0 | 1000110 | 110 | 100010 | 100110001 | 110101 | 101011 |
Color Harmonies of #A8339E
Complementary color
Monochromatic Colors of #A8339E
Black with #A8339E
Text Example
Text Example
White with #A8339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8339E; }
p { color: rgb(168,51,158); }
H1.HeaderClassName
{
color: #A8339E;
}
.AnyTagClassName
{
color: #A8339E;
}
</style>
background-color css
<style>
a { background-color: #A8339E; }
a { background-color: rgb(168,51,158); }
div.DivClassName
{
background-color: #A8339E;
}
.BgClassName
{
background-color: #A8339E;
}
</style>
border-color css
<style>
span { border-color: #A8339E; }
span { border-color: rgb(168,51,158); }
td.TdClassName
{
border-color: #A8339E;
}
.TagClassName
{
border-color: #A8339E;
}
</style>