Shades of Medium Red Violet #A6257D
Tints of Medium Red Violet #A6257D
RGB
CMYK
RGB Variations
Color information
#A6257D (or 0xA6257D) is known color: Medium Red Violet. HEX triplet: A6, 25 and 7D. RGB value is (166,37,125). Sum of RGB (Red+Green+Blue) = 166+37+125=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6257D is #59DA82. Grayscale: #555555. Windows color (decimal): -5888643 or 8201638. OLE color: 8201638.
HSL color Cylindrical-coordinate representation of color #A6257D: hue angle of 319.07º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6257D is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 125 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.35 |
| HSL | 319.07º | 0.64% | 0.4% | - |
| HSV(B) | 319.07º | 0.78% | 0.65% | - |
| XYZ | 20.09 | 10.91 | 20.45 | - |
| YUV | 85.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 125 | 0 | 0.78 | 0.25 | 0.35 | 319.07 | 0.64 | 0.4 |
| Hex | A6 | 25 | 7D | 0 | 4E | 19 | 23 | 13F | 40 | 28 |
| Octal | 246 | 45 | 175 | 0 | 116 | 31 | 43 | 477 | 100 | 50 |
| Binary | 10100110 | 100101 | 1111101 | 0 | 1001110 | 11001 | 100011 | 100111111 | 1000000 | 101000 |
Color Harmonies of #A6257D
Complementary color
Monochromatic Colors of #A6257D
Black with #A6257D
Text Example
Text Example
White with #A6257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6257D; }
p { color: rgb(166,37,125); }
H1.HeaderClassName
{
color: #A6257D;
}
.AnyTagClassName
{
color: #A6257D;
}
</style>
background-color css
<style>
a { background-color: #A6257D; }
a { background-color: rgb(166,37,125); }
div.DivClassName
{
background-color: #A6257D;
}
.BgClassName
{
background-color: #A6257D;
}
</style>
border-color css
<style>
span { border-color: #A6257D; }
span { border-color: rgb(166,37,125); }
td.TdClassName
{
border-color: #A6257D;
}
.TagClassName
{
border-color: #A6257D;
}
</style>