Shades of Medium Red Violet #A23F86
Tints of Medium Red Violet #A23F86
RGB
CMYK
RGB Variations
Color information
#A23F86 (or 0xA23F86) is known color: Medium Red Violet. HEX triplet: A2, 3F and 86. RGB value is (162,63,134). Sum of RGB (Red+Green+Blue) = 162+63+134=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F86 is #5DC079. Grayscale: #646464. Windows color (decimal): -6144122 or 8798114. OLE color: 8798114.
HSL color Cylindrical-coordinate representation of color #A23F86: hue angle of 316.97º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F86 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 134 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.36 |
| HSL | 316.97º | 0.44% | 0.44% | - |
| HSV(B) | 316.97º | 0.61% | 0.64% | - |
| XYZ | 20.98 | 12.96 | 23.95 | - |
| YUV | 100.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 134 | 0 | 0.61 | 0.17 | 0.36 | 316.97 | 0.44 | 0.44 |
| Hex | A2 | 3F | 86 | 0 | 3D | 11 | 24 | 13D | 2C | 2C |
| Octal | 242 | 77 | 206 | 0 | 75 | 21 | 44 | 475 | 54 | 54 |
| Binary | 10100010 | 111111 | 10000110 | 0 | 111101 | 10001 | 100100 | 100111101 | 101100 | 101100 |
Color Harmonies of #A23F86
Complementary color
Monochromatic Colors of #A23F86
Black with #A23F86
Text Example
Text Example
White with #A23F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F86; }
p { color: rgb(162,63,134); }
H1.HeaderClassName
{
color: #A23F86;
}
.AnyTagClassName
{
color: #A23F86;
}
</style>
background-color css
<style>
a { background-color: #A23F86; }
a { background-color: rgb(162,63,134); }
div.DivClassName
{
background-color: #A23F86;
}
.BgClassName
{
background-color: #A23F86;
}
</style>
border-color css
<style>
span { border-color: #A23F86; }
span { border-color: rgb(162,63,134); }
td.TdClassName
{
border-color: #A23F86;
}
.TagClassName
{
border-color: #A23F86;
}
</style>