Shades of Medium Red Violet #A23D7E
Tints of Medium Red Violet #A23D7E
RGB
CMYK
RGB Variations
Color information
#A23D7E (or 0xA23D7E) is known color: Medium Red Violet. HEX triplet: A2, 3D and 7E. RGB value is (162,61,126). Sum of RGB (Red+Green+Blue) = 162+61+126=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D7E is #5DC281. Grayscale: #626262. Windows color (decimal): -6144642 or 8273314. OLE color: 8273314.
HSL color Cylindrical-coordinate representation of color #A23D7E: hue angle of 321.39º 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 #A23D7E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 126 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.36 |
| HSL | 321.39º | 0.45% | 0.44% | - |
| HSV(B) | 321.39º | 0.62% | 0.64% | - |
| XYZ | 20.33 | 12.53 | 21.08 | - |
| YUV | 98.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 126 | 0 | 0.62 | 0.22 | 0.36 | 321.39 | 0.45 | 0.44 |
| Hex | A2 | 3D | 7E | 0 | 3E | 16 | 24 | 141 | 2D | 2C |
| Octal | 242 | 75 | 176 | 0 | 76 | 26 | 44 | 501 | 55 | 54 |
| Binary | 10100010 | 111101 | 1111110 | 0 | 111110 | 10110 | 100100 | 101000001 | 101101 | 101100 |
Color Harmonies of #A23D7E
Complementary color
Monochromatic Colors of #A23D7E
Black with #A23D7E
Text Example
Text Example
White with #A23D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D7E; }
p { color: rgb(162,61,126); }
H1.HeaderClassName
{
color: #A23D7E;
}
.AnyTagClassName
{
color: #A23D7E;
}
</style>
background-color css
<style>
a { background-color: #A23D7E; }
a { background-color: rgb(162,61,126); }
div.DivClassName
{
background-color: #A23D7E;
}
.BgClassName
{
background-color: #A23D7E;
}
</style>
border-color css
<style>
span { border-color: #A23D7E; }
span { border-color: rgb(162,61,126); }
td.TdClassName
{
border-color: #A23D7E;
}
.TagClassName
{
border-color: #A23D7E;
}
</style>