Shades of Medium Red Violet #A23E86
Tints of Medium Red Violet #A23E86
RGB
CMYK
RGB Variations
Color information
#A23E86 (or 0xA23E86) is known color: Medium Red Violet. HEX triplet: A2, 3E and 86. RGB value is (162,62,134). Sum of RGB (Red+Green+Blue) = 162+62+134=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E86 is #5DC179. Grayscale: #636363. Windows color (decimal): -6144378 or 8797858. OLE color: 8797858.
HSL color Cylindrical-coordinate representation of color #A23E86: hue angle of 316.8º 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 #A23E86 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 134 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.36 |
| HSL | 316.8º | 0.45% | 0.44% | - |
| HSV(B) | 316.8º | 0.62% | 0.64% | - |
| XYZ | 20.93 | 12.85 | 23.93 | - |
| YUV | 100.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 134 | 0 | 0.62 | 0.17 | 0.36 | 316.8 | 0.45 | 0.44 |
| Hex | A2 | 3E | 86 | 0 | 3E | 11 | 24 | 13D | 2D | 2C |
| Octal | 242 | 76 | 206 | 0 | 76 | 21 | 44 | 475 | 55 | 54 |
| Binary | 10100010 | 111110 | 10000110 | 0 | 111110 | 10001 | 100100 | 100111101 | 101101 | 101100 |
Color Harmonies of #A23E86
Complementary color
Monochromatic Colors of #A23E86
Black with #A23E86
Text Example
Text Example
White with #A23E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E86; }
p { color: rgb(162,62,134); }
H1.HeaderClassName
{
color: #A23E86;
}
.AnyTagClassName
{
color: #A23E86;
}
</style>
background-color css
<style>
a { background-color: #A23E86; }
a { background-color: rgb(162,62,134); }
div.DivClassName
{
background-color: #A23E86;
}
.BgClassName
{
background-color: #A23E86;
}
</style>
border-color css
<style>
span { border-color: #A23E86; }
span { border-color: rgb(162,62,134); }
td.TdClassName
{
border-color: #A23E86;
}
.TagClassName
{
border-color: #A23E86;
}
</style>