Shades of Medium Red Violet #A23676
Tints of Medium Red Violet #A23676
RGB
CMYK
RGB Variations
Color information
#A23676 (or 0xA23676) is known color: Medium Red Violet. HEX triplet: A2, 36 and 76. RGB value is (162,54,118). Sum of RGB (Red+Green+Blue) = 162+54+118=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A23676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23676 is #5DC989. Grayscale: #5D5D5D. Windows color (decimal): -6146442 or 7747234. OLE color: 7747234.
HSL color Cylindrical-coordinate representation of color #A23676: hue angle of 324.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23676 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 118 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.36 |
| HSL | 324.44º | 0.5% | 0.42% | - |
| HSV(B) | 324.44º | 0.67% | 0.64% | - |
| XYZ | 19.49 | 11.63 | 18.36 | - |
| YUV | 93.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 118 | 0 | 0.67 | 0.27 | 0.36 | 324.44 | 0.5 | 0.42 |
| Hex | A2 | 36 | 76 | 0 | 43 | 1B | 24 | 144 | 32 | 2A |
| Octal | 242 | 66 | 166 | 0 | 103 | 33 | 44 | 504 | 62 | 52 |
| Binary | 10100010 | 110110 | 1110110 | 0 | 1000011 | 11011 | 100100 | 101000100 | 110010 | 101010 |
Color Harmonies of #A23676
Complementary color
Monochromatic Colors of #A23676
Black with #A23676
Text Example
Text Example
White with #A23676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23676; }
p { color: rgb(162,54,118); }
H1.HeaderClassName
{
color: #A23676;
}
.AnyTagClassName
{
color: #A23676;
}
</style>
background-color css
<style>
a { background-color: #A23676; }
a { background-color: rgb(162,54,118); }
div.DivClassName
{
background-color: #A23676;
}
.BgClassName
{
background-color: #A23676;
}
</style>
border-color css
<style>
span { border-color: #A23676; }
span { border-color: rgb(162,54,118); }
td.TdClassName
{
border-color: #A23676;
}
.TagClassName
{
border-color: #A23676;
}
</style>