Shades of Medium Red Violet #A33C7E
Tints of Medium Red Violet #A33C7E
RGB
CMYK
RGB Variations
Color information
#A33C7E (or 0xA33C7E) is known color: Medium Red Violet. HEX triplet: A3, 3C and 7E. RGB value is (163,60,126). Sum of RGB (Red+Green+Blue) = 163+60+126=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C7E is #5CC381. Grayscale: #626262. Windows color (decimal): -6079362 or 8273059. OLE color: 8273059.
HSL color Cylindrical-coordinate representation of color #A33C7E: hue angle of 321.55º 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 #A33C7E is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 126 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.36 |
| HSL | 321.55º | 0.46% | 0.44% | - |
| HSV(B) | 321.55º | 0.63% | 0.64% | - |
| XYZ | 20.49 | 12.52 | 21.08 | - |
| YUV | 98.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 126 | 0 | 0.63 | 0.23 | 0.36 | 321.55 | 0.46 | 0.44 |
| Hex | A3 | 3C | 7E | 0 | 3F | 17 | 24 | 142 | 2E | 2C |
| Octal | 243 | 74 | 176 | 0 | 77 | 27 | 44 | 502 | 56 | 54 |
| Binary | 10100011 | 111100 | 1111110 | 0 | 111111 | 10111 | 100100 | 101000010 | 101110 | 101100 |
Color Harmonies of #A33C7E
Complementary color
Monochromatic Colors of #A33C7E
Black with #A33C7E
Text Example
Text Example
White with #A33C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C7E; }
p { color: rgb(163,60,126); }
H1.HeaderClassName
{
color: #A33C7E;
}
.AnyTagClassName
{
color: #A33C7E;
}
</style>
background-color css
<style>
a { background-color: #A33C7E; }
a { background-color: rgb(163,60,126); }
div.DivClassName
{
background-color: #A33C7E;
}
.BgClassName
{
background-color: #A33C7E;
}
</style>
border-color css
<style>
span { border-color: #A33C7E; }
span { border-color: rgb(163,60,126); }
td.TdClassName
{
border-color: #A33C7E;
}
.TagClassName
{
border-color: #A33C7E;
}
</style>