Shades of Medium Red Violet #A8257F
Tints of Medium Red Violet #A8257F
RGB
CMYK
RGB Variations
Color information
#A8257F (or 0xA8257F) is known color: Medium Red Violet. HEX triplet: A8, 25 and 7F. RGB value is (168,37,127). Sum of RGB (Red+Green+Blue) = 168+37+127=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8257F is #57DA80. Grayscale: #565656. Windows color (decimal): -5757569 or 8332712. OLE color: 8332712.
HSL color Cylindrical-coordinate representation of color #A8257F: hue angle of 318.78º 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 #A8257F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 127 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.34 |
| HSL | 318.78º | 0.64% | 0.4% | - |
| HSV(B) | 318.78º | 0.78% | 0.66% | - |
| XYZ | 20.64 | 11.18 | 21.15 | - |
| YUV | 86.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 127 | 0 | 0.78 | 0.24 | 0.34 | 318.78 | 0.64 | 0.4 |
| Hex | A8 | 25 | 7F | 0 | 4E | 18 | 22 | 13F | 40 | 28 |
| Octal | 250 | 45 | 177 | 0 | 116 | 30 | 42 | 477 | 100 | 50 |
| Binary | 10101000 | 100101 | 1111111 | 0 | 1001110 | 11000 | 100010 | 100111111 | 1000000 | 101000 |
Color Harmonies of #A8257F
Complementary color
Monochromatic Colors of #A8257F
Black with #A8257F
Text Example
Text Example
White with #A8257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8257F; }
p { color: rgb(168,37,127); }
H1.HeaderClassName
{
color: #A8257F;
}
.AnyTagClassName
{
color: #A8257F;
}
</style>
background-color css
<style>
a { background-color: #A8257F; }
a { background-color: rgb(168,37,127); }
div.DivClassName
{
background-color: #A8257F;
}
.BgClassName
{
background-color: #A8257F;
}
</style>
border-color css
<style>
span { border-color: #A8257F; }
span { border-color: rgb(168,37,127); }
td.TdClassName
{
border-color: #A8257F;
}
.TagClassName
{
border-color: #A8257F;
}
</style>