Shades of Medium Red Violet #A93096
Tints of Medium Red Violet #A93096
RGB
CMYK
RGB Variations
Color information
#A93096 (or 0xA93096) is known color: Medium Red Violet. HEX triplet: A9, 30 and 96. RGB value is (169,48,150). Sum of RGB (Red+Green+Blue) = 169+48+150=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A93096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93096 is #56CF69. Grayscale: #5F5F5F. Windows color (decimal): -5689194 or 9842857. OLE color: 9842857.
HSL color Cylindrical-coordinate representation of color #A93096: hue angle of 309.42º 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 #A93096 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 150 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.34 |
| HSL | 309.42º | 0.56% | 0.43% | - |
| HSV(B) | 309.42º | 0.72% | 0.66% | - |
| XYZ | 22.92 | 12.75 | 30.11 | - |
| YUV | 95.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 150 | 0 | 0.72 | 0.11 | 0.34 | 309.42 | 0.56 | 0.43 |
| Hex | A9 | 30 | 96 | 0 | 48 | B | 22 | 135 | 38 | 2B |
| Octal | 251 | 60 | 226 | 0 | 110 | 13 | 42 | 465 | 70 | 53 |
| Binary | 10101001 | 110000 | 10010110 | 0 | 1001000 | 1011 | 100010 | 100110101 | 111000 | 101011 |
Color Harmonies of #A93096
Complementary color
Monochromatic Colors of #A93096
Black with #A93096
Text Example
Text Example
White with #A93096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93096; }
p { color: rgb(169,48,150); }
H1.HeaderClassName
{
color: #A93096;
}
.AnyTagClassName
{
color: #A93096;
}
</style>
background-color css
<style>
a { background-color: #A93096; }
a { background-color: rgb(169,48,150); }
div.DivClassName
{
background-color: #A93096;
}
.BgClassName
{
background-color: #A93096;
}
</style>
border-color css
<style>
span { border-color: #A93096; }
span { border-color: rgb(169,48,150); }
td.TdClassName
{
border-color: #A93096;
}
.TagClassName
{
border-color: #A93096;
}
</style>