Shades of Medium Red Violet #A33595
Tints of Medium Red Violet #A33595
RGB
CMYK
RGB Variations
Color information
#A33595 (or 0xA33595) is known color: Medium Red Violet. HEX triplet: A3, 35 and 95. RGB value is (163,53,149). Sum of RGB (Red+Green+Blue) = 163+53+149=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A33595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33595 is #5CCA6A. Grayscale: #606060. Windows color (decimal): -6081131 or 9778595. OLE color: 9778595.
HSL color Cylindrical-coordinate representation of color #A33595: hue angle of 307.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33595 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 149 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.36 |
| HSL | 307.64º | 0.51% | 0.42% | - |
| HSV(B) | 307.64º | 0.67% | 0.64% | - |
| XYZ | 21.8 | 12.5 | 29.7 | - |
| YUV | 96.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 149 | 0 | 0.67 | 0.09 | 0.36 | 307.64 | 0.51 | 0.42 |
| Hex | A3 | 35 | 95 | 0 | 43 | 9 | 24 | 134 | 33 | 2A |
| Octal | 243 | 65 | 225 | 0 | 103 | 11 | 44 | 464 | 63 | 52 |
| Binary | 10100011 | 110101 | 10010101 | 0 | 1000011 | 1001 | 100100 | 100110100 | 110011 | 101010 |
Color Harmonies of #A33595
Complementary color
Monochromatic Colors of #A33595
Black with #A33595
Text Example
Text Example
White with #A33595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33595; }
p { color: rgb(163,53,149); }
H1.HeaderClassName
{
color: #A33595;
}
.AnyTagClassName
{
color: #A33595;
}
</style>
background-color css
<style>
a { background-color: #A33595; }
a { background-color: rgb(163,53,149); }
div.DivClassName
{
background-color: #A33595;
}
.BgClassName
{
background-color: #A33595;
}
</style>
border-color css
<style>
span { border-color: #A33595; }
span { border-color: rgb(163,53,149); }
td.TdClassName
{
border-color: #A33595;
}
.TagClassName
{
border-color: #A33595;
}
</style>