Shades of Medium Red Violet #A23C93
Tints of Medium Red Violet #A23C93
RGB
CMYK
RGB Variations
Color information
#A23C93 (or 0xA23C93) is known color: Medium Red Violet. HEX triplet: A2, 3C and 93. RGB value is (162,60,147). Sum of RGB (Red+Green+Blue) = 162+60+147=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C93 is #5DC36C. Grayscale: #646464. Windows color (decimal): -6144877 or 9649314. OLE color: 9649314.
HSL color Cylindrical-coordinate representation of color #A23C93: hue angle of 308.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C93 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 147 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.36 |
| HSL | 308.82º | 0.46% | 0.44% | - |
| HSV(B) | 308.82º | 0.63% | 0.64% | - |
| XYZ | 21.78 | 13.02 | 28.97 | - |
| YUV | 100.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 147 | 0 | 0.63 | 0.09 | 0.36 | 308.82 | 0.46 | 0.44 |
| Hex | A2 | 3C | 93 | 0 | 3F | 9 | 24 | 135 | 2E | 2C |
| Octal | 242 | 74 | 223 | 0 | 77 | 11 | 44 | 465 | 56 | 54 |
| Binary | 10100010 | 111100 | 10010011 | 0 | 111111 | 1001 | 100100 | 100110101 | 101110 | 101100 |
Color Harmonies of #A23C93
Complementary color
Monochromatic Colors of #A23C93
Black with #A23C93
Text Example
Text Example
White with #A23C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C93; }
p { color: rgb(162,60,147); }
H1.HeaderClassName
{
color: #A23C93;
}
.AnyTagClassName
{
color: #A23C93;
}
</style>
background-color css
<style>
a { background-color: #A23C93; }
a { background-color: rgb(162,60,147); }
div.DivClassName
{
background-color: #A23C93;
}
.BgClassName
{
background-color: #A23C93;
}
</style>
border-color css
<style>
span { border-color: #A23C93; }
span { border-color: rgb(162,60,147); }
td.TdClassName
{
border-color: #A23C93;
}
.TagClassName
{
border-color: #A23C93;
}
</style>