Shades of Medium Red Violet #A33397
Tints of Medium Red Violet #A33397
RGB
CMYK
RGB Variations
Color information
#A33397 (or 0xA33397) is known color: Medium Red Violet. HEX triplet: A3, 33 and 97. RGB value is (163,51,151). Sum of RGB (Red+Green+Blue) = 163+51+151=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A33397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33397 is #5CCC68. Grayscale: #5F5F5F. Windows color (decimal): -6081641 or 9909155. OLE color: 9909155.
HSL color Cylindrical-coordinate representation of color #A33397: hue angle of 306.43º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33397 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 151 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.36 |
| HSL | 306.43º | 0.52% | 0.42% | - |
| HSV(B) | 306.43º | 0.69% | 0.64% | - |
| XYZ | 21.87 | 12.39 | 30.52 | - |
| YUV | 95.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 151 | 0 | 0.69 | 0.07 | 0.36 | 306.43 | 0.52 | 0.42 |
| Hex | A3 | 33 | 97 | 0 | 45 | 7 | 24 | 132 | 34 | 2A |
| Octal | 243 | 63 | 227 | 0 | 105 | 7 | 44 | 462 | 64 | 52 |
| Binary | 10100011 | 110011 | 10010111 | 0 | 1000101 | 111 | 100100 | 100110010 | 110100 | 101010 |
Color Harmonies of #A33397
Complementary color
Monochromatic Colors of #A33397
Black with #A33397
Text Example
Text Example
White with #A33397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33397; }
p { color: rgb(163,51,151); }
H1.HeaderClassName
{
color: #A33397;
}
.AnyTagClassName
{
color: #A33397;
}
</style>
background-color css
<style>
a { background-color: #A33397; }
a { background-color: rgb(163,51,151); }
div.DivClassName
{
background-color: #A33397;
}
.BgClassName
{
background-color: #A33397;
}
</style>
border-color css
<style>
span { border-color: #A33397; }
span { border-color: rgb(163,51,151); }
td.TdClassName
{
border-color: #A33397;
}
.TagClassName
{
border-color: #A33397;
}
</style>