Shades of Medium Red Violet #A93091
Tints of Medium Red Violet #A93091
RGB
CMYK
RGB Variations
Color information
#A93091 (or 0xA93091) is known color: Medium Red Violet. HEX triplet: A9, 30 and 91. RGB value is (169,48,145). Sum of RGB (Red+Green+Blue) = 169+48+145=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A93091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93091 is #56CF6E. Grayscale: #5E5E5E. Windows color (decimal): -5689199 or 9515177. OLE color: 9515177.
HSL color Cylindrical-coordinate representation of color #A93091: hue angle of 311.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93091 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 145 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.34 |
| HSL | 311.9º | 0.56% | 0.43% | - |
| HSV(B) | 311.9º | 0.72% | 0.66% | - |
| XYZ | 22.53 | 12.59 | 28.03 | - |
| YUV | 95.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 145 | 0 | 0.72 | 0.14 | 0.34 | 311.9 | 0.56 | 0.43 |
| Hex | A9 | 30 | 91 | 0 | 48 | E | 22 | 138 | 38 | 2B |
| Octal | 251 | 60 | 221 | 0 | 110 | 16 | 42 | 470 | 70 | 53 |
| Binary | 10101001 | 110000 | 10010001 | 0 | 1001000 | 1110 | 100010 | 100111000 | 111000 | 101011 |
Color Harmonies of #A93091
Complementary color
Monochromatic Colors of #A93091
Black with #A93091
Text Example
Text Example
White with #A93091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93091; }
p { color: rgb(169,48,145); }
H1.HeaderClassName
{
color: #A93091;
}
.AnyTagClassName
{
color: #A93091;
}
</style>
background-color css
<style>
a { background-color: #A93091; }
a { background-color: rgb(169,48,145); }
div.DivClassName
{
background-color: #A93091;
}
.BgClassName
{
background-color: #A93091;
}
</style>
border-color css
<style>
span { border-color: #A93091; }
span { border-color: rgb(169,48,145); }
td.TdClassName
{
border-color: #A93091;
}
.TagClassName
{
border-color: #A93091;
}
</style>