Shades of Medium Red Violet #A23182
Tints of Medium Red Violet #A23182
RGB
CMYK
RGB Variations
Color information
#A23182 (or 0xA23182) is known color: Medium Red Violet. HEX triplet: A2, 31 and 82. RGB value is (162,49,130). Sum of RGB (Red+Green+Blue) = 162+49+130=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A23182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23182 is #5DCE7D. Grayscale: #5B5B5B. Windows color (decimal): -6147710 or 8532386. OLE color: 8532386.
HSL color Cylindrical-coordinate representation of color #A23182: hue angle of 316.99º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23182 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 130 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.36 |
| HSL | 316.99º | 0.54% | 0.41% | - |
| HSV(B) | 316.99º | 0.7% | 0.64% | - |
| XYZ | 20.03 | 11.49 | 22.28 | - |
| YUV | 92.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 130 | 0 | 0.70 | 0.20 | 0.36 | 316.99 | 0.54 | 0.41 |
| Hex | A2 | 31 | 82 | 0 | 46 | 14 | 24 | 13D | 36 | 29 |
| Octal | 242 | 61 | 202 | 0 | 106 | 24 | 44 | 475 | 66 | 51 |
| Binary | 10100010 | 110001 | 10000010 | 0 | 1000110 | 10100 | 100100 | 100111101 | 110110 | 101001 |
Color Harmonies of #A23182
Complementary color
Monochromatic Colors of #A23182
Black with #A23182
Text Example
Text Example
White with #A23182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23182; }
p { color: rgb(162,49,130); }
H1.HeaderClassName
{
color: #A23182;
}
.AnyTagClassName
{
color: #A23182;
}
</style>
background-color css
<style>
a { background-color: #A23182; }
a { background-color: rgb(162,49,130); }
div.DivClassName
{
background-color: #A23182;
}
.BgClassName
{
background-color: #A23182;
}
</style>
border-color css
<style>
span { border-color: #A23182; }
span { border-color: rgb(162,49,130); }
td.TdClassName
{
border-color: #A23182;
}
.TagClassName
{
border-color: #A23182;
}
</style>