Shades of Medium Red Violet #A23F88
Tints of Medium Red Violet #A23F88
RGB
CMYK
RGB Variations
Color information
#A23F88 (or 0xA23F88) is known color: Medium Red Violet. HEX triplet: A2, 3F and 88. RGB value is (162,63,136). Sum of RGB (Red+Green+Blue) = 162+63+136=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F88 is #5DC077. Grayscale: #646464. Windows color (decimal): -6144120 or 8929186. OLE color: 8929186.
HSL color Cylindrical-coordinate representation of color #A23F88: hue angle of 315.76º 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 #A23F88 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 136 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.36 |
| HSL | 315.76º | 0.44% | 0.44% | - |
| HSV(B) | 315.76º | 0.61% | 0.64% | - |
| XYZ | 21.12 | 13.01 | 24.69 | - |
| YUV | 100.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 136 | 0 | 0.61 | 0.16 | 0.36 | 315.76 | 0.44 | 0.44 |
| Hex | A2 | 3F | 88 | 0 | 3D | 10 | 24 | 13C | 2C | 2C |
| Octal | 242 | 77 | 210 | 0 | 75 | 20 | 44 | 474 | 54 | 54 |
| Binary | 10100010 | 111111 | 10001000 | 0 | 111101 | 10000 | 100100 | 100111100 | 101100 | 101100 |
Color Harmonies of #A23F88
Complementary color
Monochromatic Colors of #A23F88
Black with #A23F88
Text Example
Text Example
White with #A23F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F88; }
p { color: rgb(162,63,136); }
H1.HeaderClassName
{
color: #A23F88;
}
.AnyTagClassName
{
color: #A23F88;
}
</style>
background-color css
<style>
a { background-color: #A23F88; }
a { background-color: rgb(162,63,136); }
div.DivClassName
{
background-color: #A23F88;
}
.BgClassName
{
background-color: #A23F88;
}
</style>
border-color css
<style>
span { border-color: #A23F88; }
span { border-color: rgb(162,63,136); }
td.TdClassName
{
border-color: #A23F88;
}
.TagClassName
{
border-color: #A23F88;
}
</style>