Shades of Medium Red Violet #A23F83
Tints of Medium Red Violet #A23F83
RGB
CMYK
RGB Variations
Color information
#A23F83 (or 0xA23F83) is known color: Medium Red Violet. HEX triplet: A2, 3F and 83. RGB value is (162,63,131). Sum of RGB (Red+Green+Blue) = 162+63+131=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F83 is #5DC07C. Grayscale: #646464. Windows color (decimal): -6144125 or 8601506. OLE color: 8601506.
HSL color Cylindrical-coordinate representation of color #A23F83: hue angle of 318.79º 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 #A23F83 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 131 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.36 |
| HSL | 318.79º | 0.44% | 0.44% | - |
| HSV(B) | 318.79º | 0.61% | 0.64% | - |
| XYZ | 20.77 | 12.88 | 22.86 | - |
| YUV | 100.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 131 | 0 | 0.61 | 0.19 | 0.36 | 318.79 | 0.44 | 0.44 |
| Hex | A2 | 3F | 83 | 0 | 3D | 13 | 24 | 13F | 2C | 2C |
| Octal | 242 | 77 | 203 | 0 | 75 | 23 | 44 | 477 | 54 | 54 |
| Binary | 10100010 | 111111 | 10000011 | 0 | 111101 | 10011 | 100100 | 100111111 | 101100 | 101100 |
Color Harmonies of #A23F83
Complementary color
Monochromatic Colors of #A23F83
Black with #A23F83
Text Example
Text Example
White with #A23F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F83; }
p { color: rgb(162,63,131); }
H1.HeaderClassName
{
color: #A23F83;
}
.AnyTagClassName
{
color: #A23F83;
}
</style>
background-color css
<style>
a { background-color: #A23F83; }
a { background-color: rgb(162,63,131); }
div.DivClassName
{
background-color: #A23F83;
}
.BgClassName
{
background-color: #A23F83;
}
</style>
border-color css
<style>
span { border-color: #A23F83; }
span { border-color: rgb(162,63,131); }
td.TdClassName
{
border-color: #A23F83;
}
.TagClassName
{
border-color: #A23F83;
}
</style>