Shades of Medium Red Violet #A23A90
Tints of Medium Red Violet #A23A90
RGB
CMYK
RGB Variations
Color information
#A23A90 (or 0xA23A90) is known color: Medium Red Violet. HEX triplet: A2, 3A and 90. RGB value is (162,58,144). Sum of RGB (Red+Green+Blue) = 162+58+144=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A90 is #5DC56F. Grayscale: #626262. Windows color (decimal): -6145392 or 9452194. OLE color: 9452194.
HSL color Cylindrical-coordinate representation of color #A23A90: hue angle of 310.38º 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 #A23A90 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 144 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.36 |
| HSL | 310.38º | 0.47% | 0.43% | - |
| HSV(B) | 310.38º | 0.64% | 0.64% | - |
| XYZ | 21.45 | 12.72 | 27.71 | - |
| YUV | 98.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 144 | 0 | 0.64 | 0.11 | 0.36 | 310.38 | 0.47 | 0.43 |
| Hex | A2 | 3A | 90 | 0 | 40 | B | 24 | 136 | 2F | 2B |
| Octal | 242 | 72 | 220 | 0 | 100 | 13 | 44 | 466 | 57 | 53 |
| Binary | 10100010 | 111010 | 10010000 | 0 | 1000000 | 1011 | 100100 | 100110110 | 101111 | 101011 |
Color Harmonies of #A23A90
Complementary color
Monochromatic Colors of #A23A90
Black with #A23A90
Text Example
Text Example
White with #A23A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A90; }
p { color: rgb(162,58,144); }
H1.HeaderClassName
{
color: #A23A90;
}
.AnyTagClassName
{
color: #A23A90;
}
</style>
background-color css
<style>
a { background-color: #A23A90; }
a { background-color: rgb(162,58,144); }
div.DivClassName
{
background-color: #A23A90;
}
.BgClassName
{
background-color: #A23A90;
}
</style>
border-color css
<style>
span { border-color: #A23A90; }
span { border-color: rgb(162,58,144); }
td.TdClassName
{
border-color: #A23A90;
}
.TagClassName
{
border-color: #A23A90;
}
</style>