Shades of Medium Red Violet #A23384
Tints of Medium Red Violet #A23384
RGB
CMYK
RGB Variations
Color information
#A23384 (or 0xA23384) is known color: Medium Red Violet. HEX triplet: A2, 33 and 84. RGB value is (162,51,132). Sum of RGB (Red+Green+Blue) = 162+51+132=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A23384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23384 is #5DCC7B. Grayscale: #5D5D5D. Windows color (decimal): -6147196 or 8663970. OLE color: 8663970.
HSL color Cylindrical-coordinate representation of color #A23384: hue angle of 316.22º 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 #A23384 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 132 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.36 |
| HSL | 316.22º | 0.52% | 0.42% | - |
| HSV(B) | 316.22º | 0.69% | 0.64% | - |
| XYZ | 20.25 | 11.71 | 23.02 | - |
| YUV | 93.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 132 | 0 | 0.69 | 0.19 | 0.36 | 316.22 | 0.52 | 0.42 |
| Hex | A2 | 33 | 84 | 0 | 45 | 13 | 24 | 13C | 34 | 2A |
| Octal | 242 | 63 | 204 | 0 | 105 | 23 | 44 | 474 | 64 | 52 |
| Binary | 10100010 | 110011 | 10000100 | 0 | 1000101 | 10011 | 100100 | 100111100 | 110100 | 101010 |
Color Harmonies of #A23384
Complementary color
Monochromatic Colors of #A23384
Black with #A23384
Text Example
Text Example
White with #A23384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23384; }
p { color: rgb(162,51,132); }
H1.HeaderClassName
{
color: #A23384;
}
.AnyTagClassName
{
color: #A23384;
}
</style>
background-color css
<style>
a { background-color: #A23384; }
a { background-color: rgb(162,51,132); }
div.DivClassName
{
background-color: #A23384;
}
.BgClassName
{
background-color: #A23384;
}
</style>
border-color css
<style>
span { border-color: #A23384; }
span { border-color: rgb(162,51,132); }
td.TdClassName
{
border-color: #A23384;
}
.TagClassName
{
border-color: #A23384;
}
</style>