Shades of Medium Red Violet #A23E82
Tints of Medium Red Violet #A23E82
RGB
CMYK
RGB Variations
Color information
#A23E82 (or 0xA23E82) is known color: Medium Red Violet. HEX triplet: A2, 3E and 82. RGB value is (162,62,130). Sum of RGB (Red+Green+Blue) = 162+62+130=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E82 is #5DC17D. Grayscale: #636363. Windows color (decimal): -6144382 or 8535714. OLE color: 8535714.
HSL color Cylindrical-coordinate representation of color #A23E82: hue angle of 319.2º 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 #A23E82 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 130 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.36 |
| HSL | 319.2º | 0.45% | 0.44% | - |
| HSV(B) | 319.2º | 0.62% | 0.64% | - |
| XYZ | 20.65 | 12.74 | 22.49 | - |
| YUV | 99.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 130 | 0 | 0.62 | 0.20 | 0.36 | 319.2 | 0.45 | 0.44 |
| Hex | A2 | 3E | 82 | 0 | 3E | 14 | 24 | 13F | 2D | 2C |
| Octal | 242 | 76 | 202 | 0 | 76 | 24 | 44 | 477 | 55 | 54 |
| Binary | 10100010 | 111110 | 10000010 | 0 | 111110 | 10100 | 100100 | 100111111 | 101101 | 101100 |
Color Harmonies of #A23E82
Complementary color
Monochromatic Colors of #A23E82
Black with #A23E82
Text Example
Text Example
White with #A23E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E82; }
p { color: rgb(162,62,130); }
H1.HeaderClassName
{
color: #A23E82;
}
.AnyTagClassName
{
color: #A23E82;
}
</style>
background-color css
<style>
a { background-color: #A23E82; }
a { background-color: rgb(162,62,130); }
div.DivClassName
{
background-color: #A23E82;
}
.BgClassName
{
background-color: #A23E82;
}
</style>
border-color css
<style>
span { border-color: #A23E82; }
span { border-color: rgb(162,62,130); }
td.TdClassName
{
border-color: #A23E82;
}
.TagClassName
{
border-color: #A23E82;
}
</style>