Shades of Medium Red Violet #A23F87
Tints of Medium Red Violet #A23F87
RGB
CMYK
RGB Variations
Color information
#A23F87 (or 0xA23F87) is known color: Medium Red Violet. HEX triplet: A2, 3F and 87. RGB value is (162,63,135). Sum of RGB (Red+Green+Blue) = 162+63+135=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F87 is #5DC078. Grayscale: #646464. Windows color (decimal): -6144121 or 8863650. OLE color: 8863650.
HSL color Cylindrical-coordinate representation of color #A23F87: hue angle of 316.36º 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 #A23F87 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 135 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.36 |
| HSL | 316.36º | 0.44% | 0.44% | - |
| HSV(B) | 316.36º | 0.61% | 0.64% | - |
| XYZ | 21.05 | 12.99 | 24.32 | - |
| YUV | 100.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 135 | 0 | 0.61 | 0.17 | 0.36 | 316.36 | 0.44 | 0.44 |
| Hex | A2 | 3F | 87 | 0 | 3D | 11 | 24 | 13C | 2C | 2C |
| Octal | 242 | 77 | 207 | 0 | 75 | 21 | 44 | 474 | 54 | 54 |
| Binary | 10100010 | 111111 | 10000111 | 0 | 111101 | 10001 | 100100 | 100111100 | 101100 | 101100 |
Color Harmonies of #A23F87
Complementary color
Monochromatic Colors of #A23F87
Black with #A23F87
Text Example
Text Example
White with #A23F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F87; }
p { color: rgb(162,63,135); }
H1.HeaderClassName
{
color: #A23F87;
}
.AnyTagClassName
{
color: #A23F87;
}
</style>
background-color css
<style>
a { background-color: #A23F87; }
a { background-color: rgb(162,63,135); }
div.DivClassName
{
background-color: #A23F87;
}
.BgClassName
{
background-color: #A23F87;
}
</style>
border-color css
<style>
span { border-color: #A23F87; }
span { border-color: rgb(162,63,135); }
td.TdClassName
{
border-color: #A23F87;
}
.TagClassName
{
border-color: #A23F87;
}
</style>