Shades of Medium Red Violet #A33982
Tints of Medium Red Violet #A33982
RGB
CMYK
RGB Variations
Color information
#A33982 (or 0xA33982) is known color: Medium Red Violet. HEX triplet: A3, 39 and 82. RGB value is (163,57,130). Sum of RGB (Red+Green+Blue) = 163+57+130=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A33982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33982 is #5CC67D. Grayscale: #606060. Windows color (decimal): -6080126 or 8534435. OLE color: 8534435.
HSL color Cylindrical-coordinate representation of color #A33982: hue angle of 318.68º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A33982 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 130 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.36 |
| HSL | 318.68º | 0.48% | 0.43% | - |
| HSV(B) | 318.68º | 0.65% | 0.64% | - |
| XYZ | 20.6 | 12.32 | 22.41 | - |
| YUV | 97.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 130 | 0 | 0.65 | 0.20 | 0.36 | 318.68 | 0.48 | 0.43 |
| Hex | A3 | 39 | 82 | 0 | 41 | 14 | 24 | 13F | 30 | 2B |
| Octal | 243 | 71 | 202 | 0 | 101 | 24 | 44 | 477 | 60 | 53 |
| Binary | 10100011 | 111001 | 10000010 | 0 | 1000001 | 10100 | 100100 | 100111111 | 110000 | 101011 |
Color Harmonies of #A33982
Complementary color
Monochromatic Colors of #A33982
Black with #A33982
Text Example
Text Example
White with #A33982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33982; }
p { color: rgb(163,57,130); }
H1.HeaderClassName
{
color: #A33982;
}
.AnyTagClassName
{
color: #A33982;
}
</style>
background-color css
<style>
a { background-color: #A33982; }
a { background-color: rgb(163,57,130); }
div.DivClassName
{
background-color: #A33982;
}
.BgClassName
{
background-color: #A33982;
}
</style>
border-color css
<style>
span { border-color: #A33982; }
span { border-color: rgb(163,57,130); }
td.TdClassName
{
border-color: #A33982;
}
.TagClassName
{
border-color: #A33982;
}
</style>