Shades of Medium Red Violet #A8338D
Tints of Medium Red Violet #A8338D
RGB
CMYK
RGB Variations
Color information
#A8338D (or 0xA8338D) is known color: Medium Red Violet. HEX triplet: A8, 33 and 8D. RGB value is (168,51,141). Sum of RGB (Red+Green+Blue) = 168+51+141=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8338D is #57CC72. Grayscale: #606060. Windows color (decimal): -5753971 or 9253800. OLE color: 9253800.
HSL color Cylindrical-coordinate representation of color #A8338D: hue angle of 313.85º 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 #A8338D is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 141 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.34 |
| HSL | 313.85º | 0.53% | 0.43% | - |
| HSV(B) | 313.85º | 0.7% | 0.66% | - |
| XYZ | 22.14 | 12.62 | 26.47 | - |
| YUV | 96.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 141 | 0 | 0.70 | 0.16 | 0.34 | 313.85 | 0.53 | 0.43 |
| Hex | A8 | 33 | 8D | 0 | 46 | 10 | 22 | 13A | 35 | 2B |
| Octal | 250 | 63 | 215 | 0 | 106 | 20 | 42 | 472 | 65 | 53 |
| Binary | 10101000 | 110011 | 10001101 | 0 | 1000110 | 10000 | 100010 | 100111010 | 110101 | 101011 |
Color Harmonies of #A8338D
Complementary color
Monochromatic Colors of #A8338D
Black with #A8338D
Text Example
Text Example
White with #A8338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8338D; }
p { color: rgb(168,51,141); }
H1.HeaderClassName
{
color: #A8338D;
}
.AnyTagClassName
{
color: #A8338D;
}
</style>
background-color css
<style>
a { background-color: #A8338D; }
a { background-color: rgb(168,51,141); }
div.DivClassName
{
background-color: #A8338D;
}
.BgClassName
{
background-color: #A8338D;
}
</style>
border-color css
<style>
span { border-color: #A8338D; }
span { border-color: rgb(168,51,141); }
td.TdClassName
{
border-color: #A8338D;
}
.TagClassName
{
border-color: #A8338D;
}
</style>