Shades of Medium Red Violet #A23390
Tints of Medium Red Violet #A23390
RGB
CMYK
RGB Variations
Color information
#A23390 (or 0xA23390) is known color: Medium Red Violet. HEX triplet: A2, 33 and 90. RGB value is (162,51,144). Sum of RGB (Red+Green+Blue) = 162+51+144=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A23390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23390 is #5DCC6F. Grayscale: #5E5E5E. Windows color (decimal): -6147184 or 9450402. OLE color: 9450402.
HSL color Cylindrical-coordinate representation of color #A23390: hue angle of 309.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23390 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 144 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.36 |
| HSL | 309.73º | 0.52% | 0.42% | - |
| HSV(B) | 309.73º | 0.69% | 0.64% | - |
| XYZ | 21.12 | 12.06 | 27.6 | - |
| YUV | 94.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 144 | 0 | 0.69 | 0.11 | 0.36 | 309.73 | 0.52 | 0.42 |
| Hex | A2 | 33 | 90 | 0 | 45 | B | 24 | 136 | 34 | 2A |
| Octal | 242 | 63 | 220 | 0 | 105 | 13 | 44 | 466 | 64 | 52 |
| Binary | 10100010 | 110011 | 10010000 | 0 | 1000101 | 1011 | 100100 | 100110110 | 110100 | 101010 |
Color Harmonies of #A23390
Complementary color
Monochromatic Colors of #A23390
Black with #A23390
Text Example
Text Example
White with #A23390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23390; }
p { color: rgb(162,51,144); }
H1.HeaderClassName
{
color: #A23390;
}
.AnyTagClassName
{
color: #A23390;
}
</style>
background-color css
<style>
a { background-color: #A23390; }
a { background-color: rgb(162,51,144); }
div.DivClassName
{
background-color: #A23390;
}
.BgClassName
{
background-color: #A23390;
}
</style>
border-color css
<style>
span { border-color: #A23390; }
span { border-color: rgb(162,51,144); }
td.TdClassName
{
border-color: #A23390;
}
.TagClassName
{
border-color: #A23390;
}
</style>