Shades of Medium Red Violet #A93474
Tints of Medium Red Violet #A93474
RGB
CMYK
RGB Variations
Color information
#A93474 (or 0xA93474) is known color: Medium Red Violet. HEX triplet: A9, 34 and 74. RGB value is (169,52,116). Sum of RGB (Red+Green+Blue) = 169+52+116=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A93474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93474 is #56CB8B. Grayscale: #5E5E5E. Windows color (decimal): -5688204 or 7615657. OLE color: 7615657.
HSL color Cylindrical-coordinate representation of color #A93474: hue angle of 327.18º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93474 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 116 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.34 |
| HSL | 327.18º | 0.53% | 0.43% | - |
| HSV(B) | 327.18º | 0.69% | 0.66% | - |
| XYZ | 20.74 | 12.15 | 17.78 | - |
| YUV | 94.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 116 | 0 | 0.69 | 0.31 | 0.34 | 327.18 | 0.53 | 0.43 |
| Hex | A9 | 34 | 74 | 0 | 45 | 1F | 22 | 147 | 35 | 2B |
| Octal | 251 | 64 | 164 | 0 | 105 | 37 | 42 | 507 | 65 | 53 |
| Binary | 10101001 | 110100 | 1110100 | 0 | 1000101 | 11111 | 100010 | 101000111 | 110101 | 101011 |
Color Harmonies of #A93474
Complementary color
Monochromatic Colors of #A93474
Black with #A93474
Text Example
Text Example
White with #A93474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93474; }
p { color: rgb(169,52,116); }
H1.HeaderClassName
{
color: #A93474;
}
.AnyTagClassName
{
color: #A93474;
}
</style>
background-color css
<style>
a { background-color: #A93474; }
a { background-color: rgb(169,52,116); }
div.DivClassName
{
background-color: #A93474;
}
.BgClassName
{
background-color: #A93474;
}
</style>
border-color css
<style>
span { border-color: #A93474; }
span { border-color: rgb(169,52,116); }
td.TdClassName
{
border-color: #A93474;
}
.TagClassName
{
border-color: #A93474;
}
</style>