Shades of Medium Red Violet #A23785
Tints of Medium Red Violet #A23785
RGB
CMYK
RGB Variations
Color information
#A23785 (or 0xA23785) is known color: Medium Red Violet. HEX triplet: A2, 37 and 85. RGB value is (162,55,133). Sum of RGB (Red+Green+Blue) = 162+55+133=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A23785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23785 is #5DC87A. Grayscale: #5F5F5F. Windows color (decimal): -6146171 or 8730530. OLE color: 8730530.
HSL color Cylindrical-coordinate representation of color #A23785: hue angle of 316.26º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23785 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 133 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.36 |
| HSL | 316.26º | 0.49% | 0.43% | - |
| HSV(B) | 316.26º | 0.66% | 0.64% | - |
| XYZ | 20.5 | 12.11 | 23.45 | - |
| YUV | 95.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 133 | 0 | 0.66 | 0.18 | 0.36 | 316.26 | 0.49 | 0.43 |
| Hex | A2 | 37 | 85 | 0 | 42 | 12 | 24 | 13C | 31 | 2B |
| Octal | 242 | 67 | 205 | 0 | 102 | 22 | 44 | 474 | 61 | 53 |
| Binary | 10100010 | 110111 | 10000101 | 0 | 1000010 | 10010 | 100100 | 100111100 | 110001 | 101011 |
Color Harmonies of #A23785
Complementary color
Monochromatic Colors of #A23785
Black with #A23785
Text Example
Text Example
White with #A23785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23785; }
p { color: rgb(162,55,133); }
H1.HeaderClassName
{
color: #A23785;
}
.AnyTagClassName
{
color: #A23785;
}
</style>
background-color css
<style>
a { background-color: #A23785; }
a { background-color: rgb(162,55,133); }
div.DivClassName
{
background-color: #A23785;
}
.BgClassName
{
background-color: #A23785;
}
</style>
border-color css
<style>
span { border-color: #A23785; }
span { border-color: rgb(162,55,133); }
td.TdClassName
{
border-color: #A23785;
}
.TagClassName
{
border-color: #A23785;
}
</style>