Shades of Medium Red Violet #A8357C
Tints of Medium Red Violet #A8357C
RGB
CMYK
RGB Variations
Color information
#A8357C (or 0xA8357C) is known color: Medium Red Violet. HEX triplet: A8, 35 and 7C. RGB value is (168,53,124). Sum of RGB (Red+Green+Blue) = 168+53+124=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8357C is #57CA83. Grayscale: #5F5F5F. Windows color (decimal): -5753476 or 8140200. OLE color: 8140200.
HSL color Cylindrical-coordinate representation of color #A8357C: hue angle of 322.96º 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 #A8357C is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 53 | 124 | - |
CMYK | 0 | 0.68 | 0.26 | 0.34 |
HSL | 322.96º | 0.52% | 0.43% | - |
HSV(B) | 322.96º | 0.68% | 0.66% | - |
XYZ | 21.06 | 12.33 | 20.34 | - |
YUV | 95.48 | 144.1 | 179.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 53 | 124 | 0 | 0.68 | 0.26 | 0.34 | 322.96 | 0.52 | 0.43 |
Hex | A8 | 35 | 7C | 0 | 44 | 1A | 22 | 143 | 34 | 2B |
Octal | 250 | 65 | 174 | 0 | 104 | 32 | 42 | 503 | 64 | 53 |
Binary | 10101000 | 110101 | 1111100 | 0 | 1000100 | 11010 | 100010 | 101000011 | 110100 | 101011 |
Color Harmonies of #A8357C
Complementary color
Monochromatic Colors of #A8357C
Black with #A8357C
Text Example
Text Example
White with #A8357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8357C; }
p { color: rgb(168,53,124); }
H1.HeaderClassName
{
color: #A8357C;
}
.AnyTagClassName
{
color: #A8357C;
}
</style>
background-color css
<style>
a { background-color: #A8357C; }
a { background-color: rgb(168,53,124); }
div.DivClassName
{
background-color: #A8357C;
}
.BgClassName
{
background-color: #A8357C;
}
</style>
border-color css
<style>
span { border-color: #A8357C; }
span { border-color: rgb(168,53,124); }
td.TdClassName
{
border-color: #A8357C;
}
.TagClassName
{
border-color: #A8357C;
}
</style>