Shades of Medium Red Violet #A24384
Tints of Medium Red Violet #A24384
RGB
CMYK
RGB Variations
Color information
#A24384 (or 0xA24384) is known color: Medium Red Violet. HEX triplet: A2, 43 and 84. RGB value is (162,67,132). Sum of RGB (Red+Green+Blue) = 162+67+132=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A24384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24384 is #5DBC7B. Grayscale: #666666. Windows color (decimal): -6143100 or 8668066. OLE color: 8668066.
HSL color Cylindrical-coordinate representation of color #A24384: hue angle of 318.95º 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 #A24384 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 132 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.36 |
| HSL | 318.95º | 0.41% | 0.45% | - |
| HSV(B) | 318.95º | 0.59% | 0.64% | - |
| XYZ | 21.07 | 13.36 | 23.3 | - |
| YUV | 102.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 132 | 0 | 0.59 | 0.19 | 0.36 | 318.95 | 0.41 | 0.45 |
| Hex | A2 | 43 | 84 | 0 | 3B | 13 | 24 | 13F | 29 | 2D |
| Octal | 242 | 103 | 204 | 0 | 73 | 23 | 44 | 477 | 51 | 55 |
| Binary | 10100010 | 1000011 | 10000100 | 0 | 111011 | 10011 | 100100 | 100111111 | 101001 | 101101 |
Color Harmonies of #A24384
Complementary color
Monochromatic Colors of #A24384
Black with #A24384
Text Example
Text Example
White with #A24384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24384; }
p { color: rgb(162,67,132); }
H1.HeaderClassName
{
color: #A24384;
}
.AnyTagClassName
{
color: #A24384;
}
</style>
background-color css
<style>
a { background-color: #A24384; }
a { background-color: rgb(162,67,132); }
div.DivClassName
{
background-color: #A24384;
}
.BgClassName
{
background-color: #A24384;
}
</style>
border-color css
<style>
span { border-color: #A24384; }
span { border-color: rgb(162,67,132); }
td.TdClassName
{
border-color: #A24384;
}
.TagClassName
{
border-color: #A24384;
}
</style>