Shades of Medium Red Violet #A93A79
Tints of Medium Red Violet #A93A79
RGB
CMYK
RGB Variations
Color information
#A93A79 (or 0xA93A79) is known color: Medium Red Violet. HEX triplet: A9, 3A and 79. RGB value is (169,58,121). Sum of RGB (Red+Green+Blue) = 169+58+121=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A79 is #56C586. Grayscale: #626262. Windows color (decimal): -5686663 or 7944873. OLE color: 7944873.
HSL color Cylindrical-coordinate representation of color #A93A79: hue angle of 325.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93A79 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 121 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.34 |
| HSL | 325.95º | 0.49% | 0.45% | - |
| HSV(B) | 325.95º | 0.66% | 0.66% | - |
| XYZ | 21.33 | 12.84 | 19.44 | - |
| YUV | 98.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 121 | 0 | 0.66 | 0.28 | 0.34 | 325.95 | 0.49 | 0.45 |
| Hex | A9 | 3A | 79 | 0 | 42 | 1C | 22 | 146 | 31 | 2D |
| Octal | 251 | 72 | 171 | 0 | 102 | 34 | 42 | 506 | 61 | 55 |
| Binary | 10101001 | 111010 | 1111001 | 0 | 1000010 | 11100 | 100010 | 101000110 | 110001 | 101101 |
Color Harmonies of #A93A79
Complementary color
Monochromatic Colors of #A93A79
Black with #A93A79
Text Example
Text Example
White with #A93A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A79; }
p { color: rgb(169,58,121); }
H1.HeaderClassName
{
color: #A93A79;
}
.AnyTagClassName
{
color: #A93A79;
}
</style>
background-color css
<style>
a { background-color: #A93A79; }
a { background-color: rgb(169,58,121); }
div.DivClassName
{
background-color: #A93A79;
}
.BgClassName
{
background-color: #A93A79;
}
</style>
border-color css
<style>
span { border-color: #A93A79; }
span { border-color: rgb(169,58,121); }
td.TdClassName
{
border-color: #A93A79;
}
.TagClassName
{
border-color: #A93A79;
}
</style>