Shades of Medium Red Violet #A8257C
Tints of Medium Red Violet #A8257C
RGB
CMYK
RGB Variations
Color information
#A8257C (or 0xA8257C) is known color: Medium Red Violet. HEX triplet: A8, 25 and 7C. RGB value is (168,37,124). Sum of RGB (Red+Green+Blue) = 168+37+124=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8257C is #57DA83. Grayscale: #555555. Windows color (decimal): -5757572 or 8136104. OLE color: 8136104.
HSL color Cylindrical-coordinate representation of color #A8257C: hue angle of 320.15º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8257C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 124 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.34 |
| HSL | 320.15º | 0.64% | 0.4% | - |
| HSV(B) | 320.15º | 0.78% | 0.66% | - |
| XYZ | 20.45 | 11.1 | 20.13 | - |
| YUV | 86.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 124 | 0 | 0.78 | 0.26 | 0.34 | 320.15 | 0.64 | 0.4 |
| Hex | A8 | 25 | 7C | 0 | 4E | 1A | 22 | 140 | 40 | 28 |
| Octal | 250 | 45 | 174 | 0 | 116 | 32 | 42 | 500 | 100 | 50 |
| Binary | 10101000 | 100101 | 1111100 | 0 | 1001110 | 11010 | 100010 | 101000000 | 1000000 | 101000 |
Color Harmonies of #A8257C
Complementary color
Monochromatic Colors of #A8257C
Black with #A8257C
Text Example
Text Example
White with #A8257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8257C; }
p { color: rgb(168,37,124); }
H1.HeaderClassName
{
color: #A8257C;
}
.AnyTagClassName
{
color: #A8257C;
}
</style>
background-color css
<style>
a { background-color: #A8257C; }
a { background-color: rgb(168,37,124); }
div.DivClassName
{
background-color: #A8257C;
}
.BgClassName
{
background-color: #A8257C;
}
</style>
border-color css
<style>
span { border-color: #A8257C; }
span { border-color: rgb(168,37,124); }
td.TdClassName
{
border-color: #A8257C;
}
.TagClassName
{
border-color: #A8257C;
}
</style>