Shades of Medium Red Violet #A33375
Tints of Medium Red Violet #A33375
RGB
CMYK
RGB Variations
Color information
#A33375 (or 0xA33375) is known color: Medium Red Violet. HEX triplet: A3, 33 and 75. RGB value is (163,51,117). Sum of RGB (Red+Green+Blue) = 163+51+117=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A33375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33375 is #5CCC8A. Grayscale: #5B5B5B. Windows color (decimal): -6081675 or 7680931. OLE color: 7680931.
HSL color Cylindrical-coordinate representation of color #A33375: hue angle of 324.64º 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 #A33375 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 117 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.36 |
| HSL | 324.64º | 0.52% | 0.42% | - |
| HSV(B) | 324.64º | 0.69% | 0.64% | - |
| XYZ | 19.5 | 11.44 | 18.01 | - |
| YUV | 92.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 117 | 0 | 0.69 | 0.28 | 0.36 | 324.64 | 0.52 | 0.42 |
| Hex | A3 | 33 | 75 | 0 | 45 | 1C | 24 | 145 | 34 | 2A |
| Octal | 243 | 63 | 165 | 0 | 105 | 34 | 44 | 505 | 64 | 52 |
| Binary | 10100011 | 110011 | 1110101 | 0 | 1000101 | 11100 | 100100 | 101000101 | 110100 | 101010 |
Color Harmonies of #A33375
Complementary color
Monochromatic Colors of #A33375
Black with #A33375
Text Example
Text Example
White with #A33375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33375; }
p { color: rgb(163,51,117); }
H1.HeaderClassName
{
color: #A33375;
}
.AnyTagClassName
{
color: #A33375;
}
</style>
background-color css
<style>
a { background-color: #A33375; }
a { background-color: rgb(163,51,117); }
div.DivClassName
{
background-color: #A33375;
}
.BgClassName
{
background-color: #A33375;
}
</style>
border-color css
<style>
span { border-color: #A33375; }
span { border-color: rgb(163,51,117); }
td.TdClassName
{
border-color: #A33375;
}
.TagClassName
{
border-color: #A33375;
}
</style>