Shades of Medium Red Violet #A23A96
Tints of Medium Red Violet #A23A96
RGB
CMYK
RGB Variations
Color information
#A23A96 (or 0xA23A96) is known color: Medium Red Violet. HEX triplet: A2, 3A and 96. RGB value is (162,58,150). Sum of RGB (Red+Green+Blue) = 162+58+150=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A96 is #5DC569. Grayscale: #636363. Windows color (decimal): -6145386 or 9845410. OLE color: 9845410.
HSL color Cylindrical-coordinate representation of color #A23A96: hue angle of 306.92º 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 #A23A96 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 150 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.36 |
| HSL | 306.92º | 0.47% | 0.43% | - |
| HSV(B) | 306.92º | 0.64% | 0.64% | - |
| XYZ | 21.92 | 12.91 | 30.19 | - |
| YUV | 99.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 150 | 0 | 0.64 | 0.07 | 0.36 | 306.92 | 0.47 | 0.43 |
| Hex | A2 | 3A | 96 | 0 | 40 | 7 | 24 | 133 | 2F | 2B |
| Octal | 242 | 72 | 226 | 0 | 100 | 7 | 44 | 463 | 57 | 53 |
| Binary | 10100010 | 111010 | 10010110 | 0 | 1000000 | 111 | 100100 | 100110011 | 101111 | 101011 |
Color Harmonies of #A23A96
Complementary color
Monochromatic Colors of #A23A96
Black with #A23A96
Text Example
Text Example
White with #A23A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A96; }
p { color: rgb(162,58,150); }
H1.HeaderClassName
{
color: #A23A96;
}
.AnyTagClassName
{
color: #A23A96;
}
</style>
background-color css
<style>
a { background-color: #A23A96; }
a { background-color: rgb(162,58,150); }
div.DivClassName
{
background-color: #A23A96;
}
.BgClassName
{
background-color: #A23A96;
}
</style>
border-color css
<style>
span { border-color: #A23A96; }
span { border-color: rgb(162,58,150); }
td.TdClassName
{
border-color: #A23A96;
}
.TagClassName
{
border-color: #A23A96;
}
</style>