Shades of Medium Red Violet #A33C90
Tints of Medium Red Violet #A33C90
RGB
CMYK
RGB Variations
Color information
#A33C90 (or 0xA33C90) is known color: Medium Red Violet. HEX triplet: A3, 3C and 90. RGB value is (163,60,144). Sum of RGB (Red+Green+Blue) = 163+60+144=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C90 is #5CC36F. Grayscale: #646464. Windows color (decimal): -6079344 or 9452707. OLE color: 9452707.
HSL color Cylindrical-coordinate representation of color #A33C90: hue angle of 311.07º 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 #A33C90 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 144 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.36 |
| HSL | 311.07º | 0.46% | 0.44% | - |
| HSV(B) | 311.07º | 0.63% | 0.64% | - |
| XYZ | 21.75 | 13.03 | 27.75 | - |
| YUV | 100.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 144 | 0 | 0.63 | 0.12 | 0.36 | 311.07 | 0.46 | 0.44 |
| Hex | A3 | 3C | 90 | 0 | 3F | C | 24 | 137 | 2E | 2C |
| Octal | 243 | 74 | 220 | 0 | 77 | 14 | 44 | 467 | 56 | 54 |
| Binary | 10100011 | 111100 | 10010000 | 0 | 111111 | 1100 | 100100 | 100110111 | 101110 | 101100 |
Color Harmonies of #A33C90
Complementary color
Monochromatic Colors of #A33C90
Black with #A33C90
Text Example
Text Example
White with #A33C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C90; }
p { color: rgb(163,60,144); }
H1.HeaderClassName
{
color: #A33C90;
}
.AnyTagClassName
{
color: #A33C90;
}
</style>
background-color css
<style>
a { background-color: #A33C90; }
a { background-color: rgb(163,60,144); }
div.DivClassName
{
background-color: #A33C90;
}
.BgClassName
{
background-color: #A33C90;
}
</style>
border-color css
<style>
span { border-color: #A33C90; }
span { border-color: rgb(163,60,144); }
td.TdClassName
{
border-color: #A33C90;
}
.TagClassName
{
border-color: #A33C90;
}
</style>