Shades of Medium Red Violet #A33D7B
Tints of Medium Red Violet #A33D7B
RGB
CMYK
RGB Variations
Color information
#A33D7B (or 0xA33D7B) is known color: Medium Red Violet. HEX triplet: A3, 3D and 7B. RGB value is (163,61,123). Sum of RGB (Red+Green+Blue) = 163+61+123=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D7B is #5CC284. Grayscale: #626262. Windows color (decimal): -6079109 or 8076707. OLE color: 8076707.
HSL color Cylindrical-coordinate representation of color #A33D7B: hue angle of 323.53º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33D7B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 123 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.36 |
| HSL | 323.53º | 0.46% | 0.44% | - |
| HSV(B) | 323.53º | 0.63% | 0.64% | - |
| XYZ | 20.35 | 12.55 | 20.09 | - |
| YUV | 98.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 123 | 0 | 0.63 | 0.25 | 0.36 | 323.53 | 0.46 | 0.44 |
| Hex | A3 | 3D | 7B | 0 | 3F | 19 | 24 | 144 | 2E | 2C |
| Octal | 243 | 75 | 173 | 0 | 77 | 31 | 44 | 504 | 56 | 54 |
| Binary | 10100011 | 111101 | 1111011 | 0 | 111111 | 11001 | 100100 | 101000100 | 101110 | 101100 |
Color Harmonies of #A33D7B
Complementary color
Monochromatic Colors of #A33D7B
Black with #A33D7B
Text Example
Text Example
White with #A33D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D7B; }
p { color: rgb(163,61,123); }
H1.HeaderClassName
{
color: #A33D7B;
}
.AnyTagClassName
{
color: #A33D7B;
}
</style>
background-color css
<style>
a { background-color: #A33D7B; }
a { background-color: rgb(163,61,123); }
div.DivClassName
{
background-color: #A33D7B;
}
.BgClassName
{
background-color: #A33D7B;
}
</style>
border-color css
<style>
span { border-color: #A33D7B; }
span { border-color: rgb(163,61,123); }
td.TdClassName
{
border-color: #A33D7B;
}
.TagClassName
{
border-color: #A33D7B;
}
</style>