Shades of Medium Red Violet #A8357D
Tints of Medium Red Violet #A8357D
RGB
CMYK
RGB Variations
Color information
#A8357D (or 0xA8357D) is known color: Medium Red Violet. HEX triplet: A8, 35 and 7D. RGB value is (168,53,125). Sum of RGB (Red+Green+Blue) = 168+53+125=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8357D is #57CA82. Grayscale: #5F5F5F. Windows color (decimal): -5753475 or 8205736. OLE color: 8205736.
HSL color Cylindrical-coordinate representation of color #A8357D: hue angle of 322.43º 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 #A8357D is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 125 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.34 |
| HSL | 322.43º | 0.52% | 0.43% | - |
| HSV(B) | 322.43º | 0.68% | 0.66% | - |
| XYZ | 21.12 | 12.35 | 20.67 | - |
| YUV | 95.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 125 | 0 | 0.68 | 0.26 | 0.34 | 322.43 | 0.52 | 0.43 |
| Hex | A8 | 35 | 7D | 0 | 44 | 1A | 22 | 142 | 34 | 2B |
| Octal | 250 | 65 | 175 | 0 | 104 | 32 | 42 | 502 | 64 | 53 |
| Binary | 10101000 | 110101 | 1111101 | 0 | 1000100 | 11010 | 100010 | 101000010 | 110100 | 101011 |
Color Harmonies of #A8357D
Complementary color
Monochromatic Colors of #A8357D
Black with #A8357D
Text Example
Text Example
White with #A8357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8357D; }
p { color: rgb(168,53,125); }
H1.HeaderClassName
{
color: #A8357D;
}
.AnyTagClassName
{
color: #A8357D;
}
</style>
background-color css
<style>
a { background-color: #A8357D; }
a { background-color: rgb(168,53,125); }
div.DivClassName
{
background-color: #A8357D;
}
.BgClassName
{
background-color: #A8357D;
}
</style>
border-color css
<style>
span { border-color: #A8357D; }
span { border-color: rgb(168,53,125); }
td.TdClassName
{
border-color: #A8357D;
}
.TagClassName
{
border-color: #A8357D;
}
</style>