Shades of Medium Red Violet #A23D8E
Tints of Medium Red Violet #A23D8E
RGB
CMYK
RGB Variations
Color information
#A23D8E (or 0xA23D8E) is known color: Medium Red Violet. HEX triplet: A2, 3D and 8E. RGB value is (162,61,142). Sum of RGB (Red+Green+Blue) = 162+61+142=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D8E is #5DC271. Grayscale: #646464. Windows color (decimal): -6144626 or 9321890. OLE color: 9321890.
HSL color Cylindrical-coordinate representation of color #A23D8E: hue angle of 311.88º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D8E is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 142 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.36 |
| HSL | 311.88º | 0.45% | 0.44% | - |
| HSV(B) | 311.88º | 0.62% | 0.64% | - |
| XYZ | 21.45 | 12.97 | 26.96 | - |
| YUV | 100.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 142 | 0 | 0.62 | 0.12 | 0.36 | 311.88 | 0.45 | 0.44 |
| Hex | A2 | 3D | 8E | 0 | 3E | C | 24 | 138 | 2D | 2C |
| Octal | 242 | 75 | 216 | 0 | 76 | 14 | 44 | 470 | 55 | 54 |
| Binary | 10100010 | 111101 | 10001110 | 0 | 111110 | 1100 | 100100 | 100111000 | 101101 | 101100 |
Color Harmonies of #A23D8E
Complementary color
Monochromatic Colors of #A23D8E
Black with #A23D8E
Text Example
Text Example
White with #A23D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D8E; }
p { color: rgb(162,61,142); }
H1.HeaderClassName
{
color: #A23D8E;
}
.AnyTagClassName
{
color: #A23D8E;
}
</style>
background-color css
<style>
a { background-color: #A23D8E; }
a { background-color: rgb(162,61,142); }
div.DivClassName
{
background-color: #A23D8E;
}
.BgClassName
{
background-color: #A23D8E;
}
</style>
border-color css
<style>
span { border-color: #A23D8E; }
span { border-color: rgb(162,61,142); }
td.TdClassName
{
border-color: #A23D8E;
}
.TagClassName
{
border-color: #A23D8E;
}
</style>