Shades of Medium Red Violet #A23488
Tints of Medium Red Violet #A23488
RGB
CMYK
RGB Variations
Color information
#A23488 (or 0xA23488) is known color: Medium Red Violet. HEX triplet: A2, 34 and 88. RGB value is (162,52,136). Sum of RGB (Red+Green+Blue) = 162+52+136=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A23488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23488 is #5DCB77. Grayscale: #5E5E5E. Windows color (decimal): -6146936 or 8926370. OLE color: 8926370.
HSL color Cylindrical-coordinate representation of color #A23488: hue angle of 314.18º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23488 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 136 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.36 |
| HSL | 314.18º | 0.51% | 0.42% | - |
| HSV(B) | 314.18º | 0.68% | 0.64% | - |
| XYZ | 20.57 | 11.91 | 24.51 | - |
| YUV | 94.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 136 | 0 | 0.68 | 0.16 | 0.36 | 314.18 | 0.51 | 0.42 |
| Hex | A2 | 34 | 88 | 0 | 44 | 10 | 24 | 13A | 33 | 2A |
| Octal | 242 | 64 | 210 | 0 | 104 | 20 | 44 | 472 | 63 | 52 |
| Binary | 10100010 | 110100 | 10001000 | 0 | 1000100 | 10000 | 100100 | 100111010 | 110011 | 101010 |
Color Harmonies of #A23488
Complementary color
Monochromatic Colors of #A23488
Black with #A23488
Text Example
Text Example
White with #A23488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23488; }
p { color: rgb(162,52,136); }
H1.HeaderClassName
{
color: #A23488;
}
.AnyTagClassName
{
color: #A23488;
}
</style>
background-color css
<style>
a { background-color: #A23488; }
a { background-color: rgb(162,52,136); }
div.DivClassName
{
background-color: #A23488;
}
.BgClassName
{
background-color: #A23488;
}
</style>
border-color css
<style>
span { border-color: #A23488; }
span { border-color: rgb(162,52,136); }
td.TdClassName
{
border-color: #A23488;
}
.TagClassName
{
border-color: #A23488;
}
</style>