Shades of Medium Red Violet #A23A8D
Tints of Medium Red Violet #A23A8D
RGB
CMYK
RGB Variations
Color information
#A23A8D (or 0xA23A8D) is known color: Medium Red Violet. HEX triplet: A2, 3A and 8D. RGB value is (162,58,141). Sum of RGB (Red+Green+Blue) = 162+58+141=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A8D is #5DC572. Grayscale: #626262. Windows color (decimal): -6145395 or 9255586. OLE color: 9255586.
HSL color Cylindrical-coordinate representation of color #A23A8D: hue angle of 312.12º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A8D is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 141 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.36 |
| HSL | 312.12º | 0.47% | 0.43% | - |
| HSV(B) | 312.12º | 0.64% | 0.64% | - |
| XYZ | 21.22 | 12.63 | 26.52 | - |
| YUV | 98.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 141 | 0 | 0.64 | 0.13 | 0.36 | 312.12 | 0.47 | 0.43 |
| Hex | A2 | 3A | 8D | 0 | 40 | D | 24 | 138 | 2F | 2B |
| Octal | 242 | 72 | 215 | 0 | 100 | 15 | 44 | 470 | 57 | 53 |
| Binary | 10100010 | 111010 | 10001101 | 0 | 1000000 | 1101 | 100100 | 100111000 | 101111 | 101011 |
Color Harmonies of #A23A8D
Complementary color
Monochromatic Colors of #A23A8D
Black with #A23A8D
Text Example
Text Example
White with #A23A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A8D; }
p { color: rgb(162,58,141); }
H1.HeaderClassName
{
color: #A23A8D;
}
.AnyTagClassName
{
color: #A23A8D;
}
</style>
background-color css
<style>
a { background-color: #A23A8D; }
a { background-color: rgb(162,58,141); }
div.DivClassName
{
background-color: #A23A8D;
}
.BgClassName
{
background-color: #A23A8D;
}
</style>
border-color css
<style>
span { border-color: #A23A8D; }
span { border-color: rgb(162,58,141); }
td.TdClassName
{
border-color: #A23A8D;
}
.TagClassName
{
border-color: #A23A8D;
}
</style>