Shades of Medium Red Violet #A23C94
Tints of Medium Red Violet #A23C94
RGB
CMYK
RGB Variations
Color information
#A23C94 (or 0xA23C94) is known color: Medium Red Violet. HEX triplet: A2, 3C and 94. RGB value is (162,60,148). Sum of RGB (Red+Green+Blue) = 162+60+148=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C94 is #5DC36B. Grayscale: #646464. Windows color (decimal): -6144876 or 9714850. OLE color: 9714850.
HSL color Cylindrical-coordinate representation of color #A23C94: hue angle of 308.24º 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 #A23C94 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 148 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.36 |
| HSL | 308.24º | 0.46% | 0.44% | - |
| HSV(B) | 308.24º | 0.63% | 0.64% | - |
| XYZ | 21.86 | 13.05 | 29.38 | - |
| YUV | 100.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 148 | 0 | 0.63 | 0.09 | 0.36 | 308.24 | 0.46 | 0.44 |
| Hex | A2 | 3C | 94 | 0 | 3F | 9 | 24 | 134 | 2E | 2C |
| Octal | 242 | 74 | 224 | 0 | 77 | 11 | 44 | 464 | 56 | 54 |
| Binary | 10100010 | 111100 | 10010100 | 0 | 111111 | 1001 | 100100 | 100110100 | 101110 | 101100 |
Color Harmonies of #A23C94
Complementary color
Monochromatic Colors of #A23C94
Black with #A23C94
Text Example
Text Example
White with #A23C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C94; }
p { color: rgb(162,60,148); }
H1.HeaderClassName
{
color: #A23C94;
}
.AnyTagClassName
{
color: #A23C94;
}
</style>
background-color css
<style>
a { background-color: #A23C94; }
a { background-color: rgb(162,60,148); }
div.DivClassName
{
background-color: #A23C94;
}
.BgClassName
{
background-color: #A23C94;
}
</style>
border-color css
<style>
span { border-color: #A23C94; }
span { border-color: rgb(162,60,148); }
td.TdClassName
{
border-color: #A23C94;
}
.TagClassName
{
border-color: #A23C94;
}
</style>