Shades of Medium Red Violet #A23985
Tints of Medium Red Violet #A23985
RGB
CMYK
RGB Variations
Color information
#A23985 (or 0xA23985) is known color: Medium Red Violet. HEX triplet: A2, 39 and 85. RGB value is (162,57,133). Sum of RGB (Red+Green+Blue) = 162+57+133=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A23985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23985 is #5DC67A. Grayscale: #606060. Windows color (decimal): -6145659 or 8731042. OLE color: 8731042.
HSL color Cylindrical-coordinate representation of color #A23985: hue angle of 316.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23985 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 133 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.36 |
| HSL | 316.57º | 0.48% | 0.43% | - |
| HSV(B) | 316.57º | 0.65% | 0.64% | - |
| XYZ | 20.6 | 12.3 | 23.48 | - |
| YUV | 97.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 133 | 0 | 0.65 | 0.18 | 0.36 | 316.57 | 0.48 | 0.43 |
| Hex | A2 | 39 | 85 | 0 | 41 | 12 | 24 | 13D | 30 | 2B |
| Octal | 242 | 71 | 205 | 0 | 101 | 22 | 44 | 475 | 60 | 53 |
| Binary | 10100010 | 111001 | 10000101 | 0 | 1000001 | 10010 | 100100 | 100111101 | 110000 | 101011 |
Color Harmonies of #A23985
Complementary color
Monochromatic Colors of #A23985
Black with #A23985
Text Example
Text Example
White with #A23985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23985; }
p { color: rgb(162,57,133); }
H1.HeaderClassName
{
color: #A23985;
}
.AnyTagClassName
{
color: #A23985;
}
</style>
background-color css
<style>
a { background-color: #A23985; }
a { background-color: rgb(162,57,133); }
div.DivClassName
{
background-color: #A23985;
}
.BgClassName
{
background-color: #A23985;
}
</style>
border-color css
<style>
span { border-color: #A23985; }
span { border-color: rgb(162,57,133); }
td.TdClassName
{
border-color: #A23985;
}
.TagClassName
{
border-color: #A23985;
}
</style>