Shades of Medium Red Violet #A33B7D
Tints of Medium Red Violet #A33B7D
RGB
CMYK
RGB Variations
Color information
#A33B7D (or 0xA33B7D) is known color: Medium Red Violet. HEX triplet: A3, 3B and 7D. RGB value is (163,59,125). Sum of RGB (Red+Green+Blue) = 163+59+125=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B7D is #5CC482. Grayscale: #616161. Windows color (decimal): -6079619 or 8207267. OLE color: 8207267.
HSL color Cylindrical-coordinate representation of color #A33B7D: hue angle of 321.92º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B7D is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 125 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.36 |
| HSL | 321.92º | 0.47% | 0.44% | - |
| HSV(B) | 321.92º | 0.64% | 0.64% | - |
| XYZ | 20.37 | 12.4 | 20.72 | - |
| YUV | 97.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 125 | 0 | 0.64 | 0.23 | 0.36 | 321.92 | 0.47 | 0.44 |
| Hex | A3 | 3B | 7D | 0 | 40 | 17 | 24 | 142 | 2F | 2C |
| Octal | 243 | 73 | 175 | 0 | 100 | 27 | 44 | 502 | 57 | 54 |
| Binary | 10100011 | 111011 | 1111101 | 0 | 1000000 | 10111 | 100100 | 101000010 | 101111 | 101100 |
Color Harmonies of #A33B7D
Complementary color
Monochromatic Colors of #A33B7D
Black with #A33B7D
Text Example
Text Example
White with #A33B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B7D; }
p { color: rgb(163,59,125); }
H1.HeaderClassName
{
color: #A33B7D;
}
.AnyTagClassName
{
color: #A33B7D;
}
</style>
background-color css
<style>
a { background-color: #A33B7D; }
a { background-color: rgb(163,59,125); }
div.DivClassName
{
background-color: #A33B7D;
}
.BgClassName
{
background-color: #A33B7D;
}
</style>
border-color css
<style>
span { border-color: #A33B7D; }
span { border-color: rgb(163,59,125); }
td.TdClassName
{
border-color: #A33B7D;
}
.TagClassName
{
border-color: #A33B7D;
}
</style>