Shades of Medium Red Violet #A23477
Tints of Medium Red Violet #A23477
RGB
CMYK
RGB Variations
Color information
#A23477 (or 0xA23477) is known color: Medium Red Violet. HEX triplet: A2, 34 and 77. RGB value is (162,52,119). Sum of RGB (Red+Green+Blue) = 162+52+119=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A23477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23477 is #5DCB88. Grayscale: #5C5C5C. Windows color (decimal): -6146953 or 7812258. OLE color: 7812258.
HSL color Cylindrical-coordinate representation of color #A23477: hue angle of 323.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23477 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 119 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.36 |
| HSL | 323.45º | 0.51% | 0.42% | - |
| HSV(B) | 323.45º | 0.68% | 0.64% | - |
| XYZ | 19.46 | 11.47 | 18.64 | - |
| YUV | 92.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 119 | 0 | 0.68 | 0.27 | 0.36 | 323.45 | 0.51 | 0.42 |
| Hex | A2 | 34 | 77 | 0 | 44 | 1B | 24 | 143 | 33 | 2A |
| Octal | 242 | 64 | 167 | 0 | 104 | 33 | 44 | 503 | 63 | 52 |
| Binary | 10100010 | 110100 | 1110111 | 0 | 1000100 | 11011 | 100100 | 101000011 | 110011 | 101010 |
Color Harmonies of #A23477
Complementary color
Monochromatic Colors of #A23477
Black with #A23477
Text Example
Text Example
White with #A23477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23477; }
p { color: rgb(162,52,119); }
H1.HeaderClassName
{
color: #A23477;
}
.AnyTagClassName
{
color: #A23477;
}
</style>
background-color css
<style>
a { background-color: #A23477; }
a { background-color: rgb(162,52,119); }
div.DivClassName
{
background-color: #A23477;
}
.BgClassName
{
background-color: #A23477;
}
</style>
border-color css
<style>
span { border-color: #A23477; }
span { border-color: rgb(162,52,119); }
td.TdClassName
{
border-color: #A23477;
}
.TagClassName
{
border-color: #A23477;
}
</style>