Shades of Medium Red Violet #A33E83
Tints of Medium Red Violet #A33E83
RGB
CMYK
RGB Variations
Color information
#A33E83 (or 0xA33E83) is known color: Medium Red Violet. HEX triplet: A3, 3E and 83. RGB value is (163,62,131). Sum of RGB (Red+Green+Blue) = 163+62+131=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33E83 is #5CC17C. Grayscale: #636363. Windows color (decimal): -6078845 or 8601251. OLE color: 8601251.
HSL color Cylindrical-coordinate representation of color #A33E83: hue angle of 319.01º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33E83 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 131 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.36 |
| HSL | 319.01º | 0.45% | 0.44% | - |
| HSV(B) | 319.01º | 0.62% | 0.64% | - |
| XYZ | 20.92 | 12.87 | 22.85 | - |
| YUV | 100.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 131 | 0 | 0.62 | 0.20 | 0.36 | 319.01 | 0.45 | 0.44 |
| Hex | A3 | 3E | 83 | 0 | 3E | 14 | 24 | 13F | 2D | 2C |
| Octal | 243 | 76 | 203 | 0 | 76 | 24 | 44 | 477 | 55 | 54 |
| Binary | 10100011 | 111110 | 10000011 | 0 | 111110 | 10100 | 100100 | 100111111 | 101101 | 101100 |
Color Harmonies of #A33E83
Complementary color
Monochromatic Colors of #A33E83
Black with #A33E83
Text Example
Text Example
White with #A33E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E83; }
p { color: rgb(163,62,131); }
H1.HeaderClassName
{
color: #A33E83;
}
.AnyTagClassName
{
color: #A33E83;
}
</style>
background-color css
<style>
a { background-color: #A33E83; }
a { background-color: rgb(163,62,131); }
div.DivClassName
{
background-color: #A33E83;
}
.BgClassName
{
background-color: #A33E83;
}
</style>
border-color css
<style>
span { border-color: #A33E83; }
span { border-color: rgb(163,62,131); }
td.TdClassName
{
border-color: #A33E83;
}
.TagClassName
{
border-color: #A33E83;
}
</style>