Shades of Medium Red Violet #A7258A
Tints of Medium Red Violet #A7258A
RGB
CMYK
RGB Variations
Color information
#A7258A (or 0xA7258A) is known color: Medium Red Violet. HEX triplet: A7, 25 and 8A. RGB value is (167,37,138). Sum of RGB (Red+Green+Blue) = 167+37+138=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A7258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7258A is #58DA75. Grayscale: #575757. Windows color (decimal): -5823094 or 9053607. OLE color: 9053607.
HSL color Cylindrical-coordinate representation of color #A7258A: hue angle of 313.38º 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 #A7258A is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 138 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.35 |
| HSL | 313.38º | 0.64% | 0.4% | - |
| HSV(B) | 313.38º | 0.78% | 0.65% | - |
| XYZ | 21.19 | 11.37 | 25.12 | - |
| YUV | 87.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 138 | 0 | 0.78 | 0.17 | 0.35 | 313.38 | 0.64 | 0.4 |
| Hex | A7 | 25 | 8A | 0 | 4E | 11 | 23 | 139 | 40 | 28 |
| Octal | 247 | 45 | 212 | 0 | 116 | 21 | 43 | 471 | 100 | 50 |
| Binary | 10100111 | 100101 | 10001010 | 0 | 1001110 | 10001 | 100011 | 100111001 | 1000000 | 101000 |
Color Harmonies of #A7258A
Complementary color
Monochromatic Colors of #A7258A
Black with #A7258A
Text Example
Text Example
White with #A7258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7258A; }
p { color: rgb(167,37,138); }
H1.HeaderClassName
{
color: #A7258A;
}
.AnyTagClassName
{
color: #A7258A;
}
</style>
background-color css
<style>
a { background-color: #A7258A; }
a { background-color: rgb(167,37,138); }
div.DivClassName
{
background-color: #A7258A;
}
.BgClassName
{
background-color: #A7258A;
}
</style>
border-color css
<style>
span { border-color: #A7258A; }
span { border-color: rgb(167,37,138); }
td.TdClassName
{
border-color: #A7258A;
}
.TagClassName
{
border-color: #A7258A;
}
</style>