Shades of Medium Red Violet #A23397
Tints of Medium Red Violet #A23397
RGB
CMYK
RGB Variations
Color information
#A23397 (or 0xA23397) is known color: Medium Red Violet. HEX triplet: A2, 33 and 97. RGB value is (162,51,151). Sum of RGB (Red+Green+Blue) = 162+51+151=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A23397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23397 is #5DCC68. Grayscale: #5F5F5F. Windows color (decimal): -6147177 or 9909154. OLE color: 9909154.
HSL color Cylindrical-coordinate representation of color #A23397: hue angle of 305.95º 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 #A23397 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 151 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.36 |
| HSL | 305.95º | 0.52% | 0.42% | - |
| HSV(B) | 305.95º | 0.69% | 0.64% | - |
| XYZ | 21.67 | 12.28 | 30.51 | - |
| YUV | 95.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 151 | 0 | 0.69 | 0.07 | 0.36 | 305.95 | 0.52 | 0.42 |
| Hex | A2 | 33 | 97 | 0 | 45 | 7 | 24 | 132 | 34 | 2A |
| Octal | 242 | 63 | 227 | 0 | 105 | 7 | 44 | 462 | 64 | 52 |
| Binary | 10100010 | 110011 | 10010111 | 0 | 1000101 | 111 | 100100 | 100110010 | 110100 | 101010 |
Color Harmonies of #A23397
Complementary color
Monochromatic Colors of #A23397
Black with #A23397
Text Example
Text Example
White with #A23397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23397; }
p { color: rgb(162,51,151); }
H1.HeaderClassName
{
color: #A23397;
}
.AnyTagClassName
{
color: #A23397;
}
</style>
background-color css
<style>
a { background-color: #A23397; }
a { background-color: rgb(162,51,151); }
div.DivClassName
{
background-color: #A23397;
}
.BgClassName
{
background-color: #A23397;
}
</style>
border-color css
<style>
span { border-color: #A23397; }
span { border-color: rgb(162,51,151); }
td.TdClassName
{
border-color: #A23397;
}
.TagClassName
{
border-color: #A23397;
}
</style>