Shades of Medium Red Violet #A33B82
Tints of Medium Red Violet #A33B82
RGB
CMYK
RGB Variations
Color information
#A33B82 (or 0xA33B82) is known color: Medium Red Violet. HEX triplet: A3, 3B and 82. RGB value is (163,59,130). Sum of RGB (Red+Green+Blue) = 163+59+130=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33B82 is #5CC47D. Grayscale: #626262. Windows color (decimal): -6079614 or 8534947. OLE color: 8534947.
HSL color Cylindrical-coordinate representation of color #A33B82: hue angle of 319.04º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B82 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 130 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.36 |
| HSL | 319.04º | 0.47% | 0.44% | - |
| HSV(B) | 319.04º | 0.64% | 0.64% | - |
| XYZ | 20.7 | 12.53 | 22.45 | - |
| YUV | 98.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 130 | 0 | 0.64 | 0.20 | 0.36 | 319.04 | 0.47 | 0.44 |
| Hex | A3 | 3B | 82 | 0 | 40 | 14 | 24 | 13F | 2F | 2C |
| Octal | 243 | 73 | 202 | 0 | 100 | 24 | 44 | 477 | 57 | 54 |
| Binary | 10100011 | 111011 | 10000010 | 0 | 1000000 | 10100 | 100100 | 100111111 | 101111 | 101100 |
Color Harmonies of #A33B82
Complementary color
Monochromatic Colors of #A33B82
Black with #A33B82
Text Example
Text Example
White with #A33B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B82; }
p { color: rgb(163,59,130); }
H1.HeaderClassName
{
color: #A33B82;
}
.AnyTagClassName
{
color: #A33B82;
}
</style>
background-color css
<style>
a { background-color: #A33B82; }
a { background-color: rgb(163,59,130); }
div.DivClassName
{
background-color: #A33B82;
}
.BgClassName
{
background-color: #A33B82;
}
</style>
border-color css
<style>
span { border-color: #A33B82; }
span { border-color: rgb(163,59,130); }
td.TdClassName
{
border-color: #A33B82;
}
.TagClassName
{
border-color: #A33B82;
}
</style>