Shades of Medium Red Violet #A8337E
Tints of Medium Red Violet #A8337E
RGB
CMYK
RGB Variations
Color information
#A8337E (or 0xA8337E) is known color: Medium Red Violet. HEX triplet: A8, 33 and 7E. RGB value is (168,51,126). Sum of RGB (Red+Green+Blue) = 168+51+126=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8337E is #57CC81. Grayscale: #5E5E5E. Windows color (decimal): -5753986 or 8270760. OLE color: 8270760.
HSL color Cylindrical-coordinate representation of color #A8337E: hue angle of 321.54º 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 #A8337E is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 126 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.34 |
| HSL | 321.54º | 0.53% | 0.43% | - |
| HSV(B) | 321.54º | 0.7% | 0.66% | - |
| XYZ | 21.1 | 12.2 | 20.98 | - |
| YUV | 94.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 126 | 0 | 0.70 | 0.25 | 0.34 | 321.54 | 0.53 | 0.43 |
| Hex | A8 | 33 | 7E | 0 | 46 | 19 | 22 | 142 | 35 | 2B |
| Octal | 250 | 63 | 176 | 0 | 106 | 31 | 42 | 502 | 65 | 53 |
| Binary | 10101000 | 110011 | 1111110 | 0 | 1000110 | 11001 | 100010 | 101000010 | 110101 | 101011 |
Color Harmonies of #A8337E
Complementary color
Monochromatic Colors of #A8337E
Black with #A8337E
Text Example
Text Example
White with #A8337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8337E; }
p { color: rgb(168,51,126); }
H1.HeaderClassName
{
color: #A8337E;
}
.AnyTagClassName
{
color: #A8337E;
}
</style>
background-color css
<style>
a { background-color: #A8337E; }
a { background-color: rgb(168,51,126); }
div.DivClassName
{
background-color: #A8337E;
}
.BgClassName
{
background-color: #A8337E;
}
</style>
border-color css
<style>
span { border-color: #A8337E; }
span { border-color: rgb(168,51,126); }
td.TdClassName
{
border-color: #A8337E;
}
.TagClassName
{
border-color: #A8337E;
}
</style>