Shades of Medium Red Violet #A23398
Tints of Medium Red Violet #A23398
RGB
CMYK
RGB Variations
Color information
#A23398 (or 0xA23398) is known color: Medium Red Violet. HEX triplet: A2, 33 and 98. RGB value is (162,51,152). Sum of RGB (Red+Green+Blue) = 162+51+152=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23398 is #5DCC67. Grayscale: #5F5F5F. Windows color (decimal): -6147176 or 9974690. OLE color: 9974690.
HSL color Cylindrical-coordinate representation of color #A23398: hue angle of 305.41º 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 #A23398 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 152 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.36 |
| HSL | 305.41º | 0.52% | 0.42% | - |
| HSV(B) | 305.41º | 0.69% | 0.64% | - |
| XYZ | 21.75 | 12.32 | 30.94 | - |
| YUV | 95.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 152 | 0 | 0.69 | 0.06 | 0.36 | 305.41 | 0.52 | 0.42 |
| Hex | A2 | 33 | 98 | 0 | 45 | 6 | 24 | 131 | 34 | 2A |
| Octal | 242 | 63 | 230 | 0 | 105 | 6 | 44 | 461 | 64 | 52 |
| Binary | 10100010 | 110011 | 10011000 | 0 | 1000101 | 110 | 100100 | 100110001 | 110100 | 101010 |
Color Harmonies of #A23398
Complementary color
Monochromatic Colors of #A23398
Black with #A23398
Text Example
Text Example
White with #A23398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23398; }
p { color: rgb(162,51,152); }
H1.HeaderClassName
{
color: #A23398;
}
.AnyTagClassName
{
color: #A23398;
}
</style>
background-color css
<style>
a { background-color: #A23398; }
a { background-color: rgb(162,51,152); }
div.DivClassName
{
background-color: #A23398;
}
.BgClassName
{
background-color: #A23398;
}
</style>
border-color css
<style>
span { border-color: #A23398; }
span { border-color: rgb(162,51,152); }
td.TdClassName
{
border-color: #A23398;
}
.TagClassName
{
border-color: #A23398;
}
</style>