Shades of Medium Red Violet #A93690
Tints of Medium Red Violet #A93690
RGB
CMYK
RGB Variations
Color information
#A93690 (or 0xA93690) is known color: Medium Red Violet. HEX triplet: A9, 36 and 90. RGB value is (169,54,144). Sum of RGB (Red+Green+Blue) = 169+54+144=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A93690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93690 is #56C96F. Grayscale: #626262. Windows color (decimal): -5687664 or 9451177. OLE color: 9451177.
HSL color Cylindrical-coordinate representation of color #A93690: hue angle of 313.04º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93690 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 144 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.34 |
| HSL | 313.04º | 0.52% | 0.44% | - |
| HSV(B) | 313.04º | 0.68% | 0.66% | - |
| XYZ | 22.72 | 13.09 | 27.71 | - |
| YUV | 98.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 144 | 0 | 0.68 | 0.15 | 0.34 | 313.04 | 0.52 | 0.44 |
| Hex | A9 | 36 | 90 | 0 | 44 | F | 22 | 139 | 34 | 2C |
| Octal | 251 | 66 | 220 | 0 | 104 | 17 | 42 | 471 | 64 | 54 |
| Binary | 10101001 | 110110 | 10010000 | 0 | 1000100 | 1111 | 100010 | 100111001 | 110100 | 101100 |
Color Harmonies of #A93690
Complementary color
Monochromatic Colors of #A93690
Black with #A93690
Text Example
Text Example
White with #A93690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93690; }
p { color: rgb(169,54,144); }
H1.HeaderClassName
{
color: #A93690;
}
.AnyTagClassName
{
color: #A93690;
}
</style>
background-color css
<style>
a { background-color: #A93690; }
a { background-color: rgb(169,54,144); }
div.DivClassName
{
background-color: #A93690;
}
.BgClassName
{
background-color: #A93690;
}
</style>
border-color css
<style>
span { border-color: #A93690; }
span { border-color: rgb(169,54,144); }
td.TdClassName
{
border-color: #A93690;
}
.TagClassName
{
border-color: #A93690;
}
</style>