Shades of Medium Red Violet #A8357E
Tints of Medium Red Violet #A8357E
RGB
CMYK
RGB Variations
Color information
#A8357E (or 0xA8357E) is known color: Medium Red Violet. HEX triplet: A8, 35 and 7E. RGB value is (168,53,126). Sum of RGB (Red+Green+Blue) = 168+53+126=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8357E is #57CA81. Grayscale: #5F5F5F. Windows color (decimal): -5753474 or 8271272. OLE color: 8271272.
HSL color Cylindrical-coordinate representation of color #A8357E: hue angle of 321.91º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8357E is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 126 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.34 |
| HSL | 321.91º | 0.52% | 0.43% | - |
| HSV(B) | 321.91º | 0.68% | 0.66% | - |
| XYZ | 21.19 | 12.38 | 21.01 | - |
| YUV | 95.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 126 | 0 | 0.68 | 0.25 | 0.34 | 321.91 | 0.52 | 0.43 |
| Hex | A8 | 35 | 7E | 0 | 44 | 19 | 22 | 142 | 34 | 2B |
| Octal | 250 | 65 | 176 | 0 | 104 | 31 | 42 | 502 | 64 | 53 |
| Binary | 10101000 | 110101 | 1111110 | 0 | 1000100 | 11001 | 100010 | 101000010 | 110100 | 101011 |
Color Harmonies of #A8357E
Complementary color
Monochromatic Colors of #A8357E
Black with #A8357E
Text Example
Text Example
White with #A8357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8357E; }
p { color: rgb(168,53,126); }
H1.HeaderClassName
{
color: #A8357E;
}
.AnyTagClassName
{
color: #A8357E;
}
</style>
background-color css
<style>
a { background-color: #A8357E; }
a { background-color: rgb(168,53,126); }
div.DivClassName
{
background-color: #A8357E;
}
.BgClassName
{
background-color: #A8357E;
}
</style>
border-color css
<style>
span { border-color: #A8357E; }
span { border-color: rgb(168,53,126); }
td.TdClassName
{
border-color: #A8357E;
}
.TagClassName
{
border-color: #A8357E;
}
</style>