Shades of Medium Red Violet #A74088
Tints of Medium Red Violet #A74088
RGB
CMYK
RGB Variations
Color information
#A74088 (or 0xA74088) is known color: Medium Red Violet. HEX triplet: A7, 40 and 88. RGB value is (167,64,136). Sum of RGB (Red+Green+Blue) = 167+64+136=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A74088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74088 is #58BF77. Grayscale: #666666. Windows color (decimal): -5816184 or 8929447. OLE color: 8929447.
HSL color Cylindrical-coordinate representation of color #A74088: hue angle of 318.06º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74088 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 64 | 136 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.35 |
| HSL | 318.06º | 0.45% | 0.45% | - |
| HSV(B) | 318.06º | 0.62% | 0.65% | - |
| XYZ | 22.21 | 13.66 | 24.76 | - |
| YUV | 103.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 136 | 0 | 0.62 | 0.19 | 0.35 | 318.06 | 0.45 | 0.45 |
| Hex | A7 | 40 | 88 | 0 | 3E | 13 | 23 | 13E | 2D | 2D |
| Octal | 247 | 100 | 210 | 0 | 76 | 23 | 43 | 476 | 55 | 55 |
| Binary | 10100111 | 1000000 | 10001000 | 0 | 111110 | 10011 | 100011 | 100111110 | 101101 | 101101 |
Color Harmonies of #A74088
Complementary color
Monochromatic Colors of #A74088
Black with #A74088
Text Example
Text Example
White with #A74088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74088; }
p { color: rgb(167,64,136); }
H1.HeaderClassName
{
color: #A74088;
}
.AnyTagClassName
{
color: #A74088;
}
</style>
background-color css
<style>
a { background-color: #A74088; }
a { background-color: rgb(167,64,136); }
div.DivClassName
{
background-color: #A74088;
}
.BgClassName
{
background-color: #A74088;
}
</style>
border-color css
<style>
span { border-color: #A74088; }
span { border-color: rgb(167,64,136); }
td.TdClassName
{
border-color: #A74088;
}
.TagClassName
{
border-color: #A74088;
}
</style>