Shades of Medium Red Violet #A33495
Tints of Medium Red Violet #A33495
RGB
CMYK
RGB Variations
Color information
#A33495 (or 0xA33495) is known color: Medium Red Violet. HEX triplet: A3, 34 and 95. RGB value is (163,52,149). Sum of RGB (Red+Green+Blue) = 163+52+149=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A33495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33495 is #5CCB6A. Grayscale: #5F5F5F. Windows color (decimal): -6081387 or 9778339. OLE color: 9778339.
HSL color Cylindrical-coordinate representation of color #A33495: hue angle of 307.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33495 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 149 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.36 |
| HSL | 307.57º | 0.52% | 0.42% | - |
| HSV(B) | 307.57º | 0.68% | 0.64% | - |
| XYZ | 21.76 | 12.41 | 29.68 | - |
| YUV | 96.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 149 | 0 | 0.68 | 0.09 | 0.36 | 307.57 | 0.52 | 0.42 |
| Hex | A3 | 34 | 95 | 0 | 44 | 9 | 24 | 134 | 34 | 2A |
| Octal | 243 | 64 | 225 | 0 | 104 | 11 | 44 | 464 | 64 | 52 |
| Binary | 10100011 | 110100 | 10010101 | 0 | 1000100 | 1001 | 100100 | 100110100 | 110100 | 101010 |
Color Harmonies of #A33495
Complementary color
Monochromatic Colors of #A33495
Black with #A33495
Text Example
Text Example
White with #A33495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33495; }
p { color: rgb(163,52,149); }
H1.HeaderClassName
{
color: #A33495;
}
.AnyTagClassName
{
color: #A33495;
}
</style>
background-color css
<style>
a { background-color: #A33495; }
a { background-color: rgb(163,52,149); }
div.DivClassName
{
background-color: #A33495;
}
.BgClassName
{
background-color: #A33495;
}
</style>
border-color css
<style>
span { border-color: #A33495; }
span { border-color: rgb(163,52,149); }
td.TdClassName
{
border-color: #A33495;
}
.TagClassName
{
border-color: #A33495;
}
</style>