Shades of Medium Red Violet #A33696
Tints of Medium Red Violet #A33696
RGB
CMYK
RGB Variations
Color information
#A33696 (or 0xA33696) is known color: Medium Red Violet. HEX triplet: A3, 36 and 96. RGB value is (163,54,150). Sum of RGB (Red+Green+Blue) = 163+54+150=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A33696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33696 is #5CC969. Grayscale: #616161. Windows color (decimal): -6080874 or 9844387. OLE color: 9844387.
HSL color Cylindrical-coordinate representation of color #A33696: hue angle of 307.16º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33696 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 150 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.36 |
| HSL | 307.16º | 0.5% | 0.43% | - |
| HSV(B) | 307.16º | 0.67% | 0.64% | - |
| XYZ | 21.93 | 12.63 | 30.14 | - |
| YUV | 97.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 150 | 0 | 0.67 | 0.08 | 0.36 | 307.16 | 0.5 | 0.43 |
| Hex | A3 | 36 | 96 | 0 | 43 | 8 | 24 | 133 | 32 | 2B |
| Octal | 243 | 66 | 226 | 0 | 103 | 10 | 44 | 463 | 62 | 53 |
| Binary | 10100011 | 110110 | 10010110 | 0 | 1000011 | 1000 | 100100 | 100110011 | 110010 | 101011 |
Color Harmonies of #A33696
Complementary color
Monochromatic Colors of #A33696
Black with #A33696
Text Example
Text Example
White with #A33696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33696; }
p { color: rgb(163,54,150); }
H1.HeaderClassName
{
color: #A33696;
}
.AnyTagClassName
{
color: #A33696;
}
</style>
background-color css
<style>
a { background-color: #A33696; }
a { background-color: rgb(163,54,150); }
div.DivClassName
{
background-color: #A33696;
}
.BgClassName
{
background-color: #A33696;
}
</style>
border-color css
<style>
span { border-color: #A33696; }
span { border-color: rgb(163,54,150); }
td.TdClassName
{
border-color: #A33696;
}
.TagClassName
{
border-color: #A33696;
}
</style>