Shades of Medium Red Violet #A24386
Tints of Medium Red Violet #A24386
RGB
CMYK
RGB Variations
Color information
#A24386 (or 0xA24386) is known color: Medium Red Violet. HEX triplet: A2, 43 and 86. RGB value is (162,67,134). Sum of RGB (Red+Green+Blue) = 162+67+134=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24386 is #5DBC79. Grayscale: #666666. Windows color (decimal): -6143098 or 8799138. OLE color: 8799138.
HSL color Cylindrical-coordinate representation of color #A24386: hue angle of 317.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24386 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 134 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.36 |
| HSL | 317.68º | 0.41% | 0.45% | - |
| HSV(B) | 317.68º | 0.59% | 0.64% | - |
| XYZ | 21.21 | 13.42 | 24.03 | - |
| YUV | 103.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 134 | 0 | 0.59 | 0.17 | 0.36 | 317.68 | 0.41 | 0.45 |
| Hex | A2 | 43 | 86 | 0 | 3B | 11 | 24 | 13E | 29 | 2D |
| Octal | 242 | 103 | 206 | 0 | 73 | 21 | 44 | 476 | 51 | 55 |
| Binary | 10100010 | 1000011 | 10000110 | 0 | 111011 | 10001 | 100100 | 100111110 | 101001 | 101101 |
Color Harmonies of #A24386
Complementary color
Monochromatic Colors of #A24386
Black with #A24386
Text Example
Text Example
White with #A24386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24386; }
p { color: rgb(162,67,134); }
H1.HeaderClassName
{
color: #A24386;
}
.AnyTagClassName
{
color: #A24386;
}
</style>
background-color css
<style>
a { background-color: #A24386; }
a { background-color: rgb(162,67,134); }
div.DivClassName
{
background-color: #A24386;
}
.BgClassName
{
background-color: #A24386;
}
</style>
border-color css
<style>
span { border-color: #A24386; }
span { border-color: rgb(162,67,134); }
td.TdClassName
{
border-color: #A24386;
}
.TagClassName
{
border-color: #A24386;
}
</style>