Shades of Medium Red Violet #A23984
Tints of Medium Red Violet #A23984
RGB
CMYK
RGB Variations
Color information
#A23984 (or 0xA23984) is known color: Medium Red Violet. HEX triplet: A2, 39 and 84. RGB value is (162,57,132). Sum of RGB (Red+Green+Blue) = 162+57+132=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A23984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23984 is #5DC67B. Grayscale: #606060. Windows color (decimal): -6145660 or 8665506. OLE color: 8665506.
HSL color Cylindrical-coordinate representation of color #A23984: hue angle of 317.14º 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 #A23984 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 132 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.36 |
| HSL | 317.14º | 0.48% | 0.43% | - |
| HSV(B) | 317.14º | 0.65% | 0.64% | - |
| XYZ | 20.53 | 12.27 | 23.12 | - |
| YUV | 96.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 132 | 0 | 0.65 | 0.19 | 0.36 | 317.14 | 0.48 | 0.43 |
| Hex | A2 | 39 | 84 | 0 | 41 | 13 | 24 | 13D | 30 | 2B |
| Octal | 242 | 71 | 204 | 0 | 101 | 23 | 44 | 475 | 60 | 53 |
| Binary | 10100010 | 111001 | 10000100 | 0 | 1000001 | 10011 | 100100 | 100111101 | 110000 | 101011 |
Color Harmonies of #A23984
Complementary color
Monochromatic Colors of #A23984
Black with #A23984
Text Example
Text Example
White with #A23984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23984; }
p { color: rgb(162,57,132); }
H1.HeaderClassName
{
color: #A23984;
}
.AnyTagClassName
{
color: #A23984;
}
</style>
background-color css
<style>
a { background-color: #A23984; }
a { background-color: rgb(162,57,132); }
div.DivClassName
{
background-color: #A23984;
}
.BgClassName
{
background-color: #A23984;
}
</style>
border-color css
<style>
span { border-color: #A23984; }
span { border-color: rgb(162,57,132); }
td.TdClassName
{
border-color: #A23984;
}
.TagClassName
{
border-color: #A23984;
}
</style>