Shades of Medium Red Violet #A23C7E
Tints of Medium Red Violet #A23C7E
RGB
CMYK
RGB Variations
Color information
#A23C7E (or 0xA23C7E) is known color: Medium Red Violet. HEX triplet: A2, 3C and 7E. RGB value is (162,60,126). Sum of RGB (Red+Green+Blue) = 162+60+126=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C7E is #5DC381. Grayscale: #616161. Windows color (decimal): -6144898 or 8273058. OLE color: 8273058.
HSL color Cylindrical-coordinate representation of color #A23C7E: hue angle of 321.18º 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 #A23C7E is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 126 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.36 |
| HSL | 321.18º | 0.46% | 0.44% | - |
| HSV(B) | 321.18º | 0.63% | 0.64% | - |
| XYZ | 20.28 | 12.42 | 21.07 | - |
| YUV | 98.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 126 | 0 | 0.63 | 0.22 | 0.36 | 321.18 | 0.46 | 0.44 |
| Hex | A2 | 3C | 7E | 0 | 3F | 16 | 24 | 141 | 2E | 2C |
| Octal | 242 | 74 | 176 | 0 | 77 | 26 | 44 | 501 | 56 | 54 |
| Binary | 10100010 | 111100 | 1111110 | 0 | 111111 | 10110 | 100100 | 101000001 | 101110 | 101100 |
Color Harmonies of #A23C7E
Complementary color
Monochromatic Colors of #A23C7E
Black with #A23C7E
Text Example
Text Example
White with #A23C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C7E; }
p { color: rgb(162,60,126); }
H1.HeaderClassName
{
color: #A23C7E;
}
.AnyTagClassName
{
color: #A23C7E;
}
</style>
background-color css
<style>
a { background-color: #A23C7E; }
a { background-color: rgb(162,60,126); }
div.DivClassName
{
background-color: #A23C7E;
}
.BgClassName
{
background-color: #A23C7E;
}
</style>
border-color css
<style>
span { border-color: #A23C7E; }
span { border-color: rgb(162,60,126); }
td.TdClassName
{
border-color: #A23C7E;
}
.TagClassName
{
border-color: #A23C7E;
}
</style>