Shades of Medium Red Violet #A23497
Tints of Medium Red Violet #A23497
RGB
CMYK
RGB Variations
Color information
#A23497 (or 0xA23497) is known color: Medium Red Violet. HEX triplet: A2, 34 and 97. RGB value is (162,52,151). Sum of RGB (Red+Green+Blue) = 162+52+151=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23497 is #5DCB68. Grayscale: #5F5F5F. Windows color (decimal): -6146921 or 9909410. OLE color: 9909410.
HSL color Cylindrical-coordinate representation of color #A23497: hue angle of 306º 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 #A23497 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 151 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.36 |
| HSL | 306º | 0.51% | 0.42% | - |
| HSV(B) | 306º | 0.68% | 0.64% | - |
| XYZ | 21.71 | 12.37 | 30.52 | - |
| YUV | 96.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 151 | 0 | 0.68 | 0.07 | 0.36 | 306 | 0.51 | 0.42 |
| Hex | A2 | 34 | 97 | 0 | 44 | 7 | 24 | 132 | 33 | 2A |
| Octal | 242 | 64 | 227 | 0 | 104 | 7 | 44 | 462 | 63 | 52 |
| Binary | 10100010 | 110100 | 10010111 | 0 | 1000100 | 111 | 100100 | 100110010 | 110011 | 101010 |
Color Harmonies of #A23497
Complementary color
Monochromatic Colors of #A23497
Black with #A23497
Text Example
Text Example
White with #A23497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23497; }
p { color: rgb(162,52,151); }
H1.HeaderClassName
{
color: #A23497;
}
.AnyTagClassName
{
color: #A23497;
}
</style>
background-color css
<style>
a { background-color: #A23497; }
a { background-color: rgb(162,52,151); }
div.DivClassName
{
background-color: #A23497;
}
.BgClassName
{
background-color: #A23497;
}
</style>
border-color css
<style>
span { border-color: #A23497; }
span { border-color: rgb(162,52,151); }
td.TdClassName
{
border-color: #A23497;
}
.TagClassName
{
border-color: #A23497;
}
</style>