Shades of Medium Red Violet #A93592
Tints of Medium Red Violet #A93592
RGB
CMYK
RGB Variations
Color information
#A93592 (or 0xA93592) is known color: Medium Red Violet. HEX triplet: A9, 35 and 92. RGB value is (169,53,146). Sum of RGB (Red+Green+Blue) = 169+53+146=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A93592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93592 is #56CA6D. Grayscale: #626262. Windows color (decimal): -5687918 or 9581993. OLE color: 9581993.
HSL color Cylindrical-coordinate representation of color #A93592: hue angle of 311.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93592 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 146 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.34 |
| HSL | 311.9º | 0.52% | 0.44% | - |
| HSV(B) | 311.9º | 0.69% | 0.66% | - |
| XYZ | 22.82 | 13.06 | 28.51 | - |
| YUV | 98.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 146 | 0 | 0.69 | 0.14 | 0.34 | 311.9 | 0.52 | 0.44 |
| Hex | A9 | 35 | 92 | 0 | 45 | E | 22 | 138 | 34 | 2C |
| Octal | 251 | 65 | 222 | 0 | 105 | 16 | 42 | 470 | 64 | 54 |
| Binary | 10101001 | 110101 | 10010010 | 0 | 1000101 | 1110 | 100010 | 100111000 | 110100 | 101100 |
Color Harmonies of #A93592
Complementary color
Monochromatic Colors of #A93592
Black with #A93592
Text Example
Text Example
White with #A93592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93592; }
p { color: rgb(169,53,146); }
H1.HeaderClassName
{
color: #A93592;
}
.AnyTagClassName
{
color: #A93592;
}
</style>
background-color css
<style>
a { background-color: #A93592; }
a { background-color: rgb(169,53,146); }
div.DivClassName
{
background-color: #A93592;
}
.BgClassName
{
background-color: #A93592;
}
</style>
border-color css
<style>
span { border-color: #A93592; }
span { border-color: rgb(169,53,146); }
td.TdClassName
{
border-color: #A93592;
}
.TagClassName
{
border-color: #A93592;
}
</style>