Shades of Medium Red Violet #A24081
Tints of Medium Red Violet #A24081
RGB
CMYK
RGB Variations
Color information
#A24081 (or 0xA24081) is known color: Medium Red Violet. HEX triplet: A2, 40 and 81. RGB value is (162,64,129). Sum of RGB (Red+Green+Blue) = 162+64+129=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A24081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24081 is #5DBF7E. Grayscale: #646464. Windows color (decimal): -6143871 or 8470690. OLE color: 8470690.
HSL color Cylindrical-coordinate representation of color #A24081: hue angle of 320.2º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24081 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 129 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.36 |
| HSL | 320.2º | 0.43% | 0.44% | - |
| HSV(B) | 320.2º | 0.6% | 0.64% | - |
| XYZ | 20.7 | 12.93 | 22.17 | - |
| YUV | 100.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 129 | 0 | 0.60 | 0.20 | 0.36 | 320.2 | 0.43 | 0.44 |
| Hex | A2 | 40 | 81 | 0 | 3C | 14 | 24 | 140 | 2B | 2C |
| Octal | 242 | 100 | 201 | 0 | 74 | 24 | 44 | 500 | 53 | 54 |
| Binary | 10100010 | 1000000 | 10000001 | 0 | 111100 | 10100 | 100100 | 101000000 | 101011 | 101100 |
Color Harmonies of #A24081
Complementary color
Monochromatic Colors of #A24081
Black with #A24081
Text Example
Text Example
White with #A24081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24081; }
p { color: rgb(162,64,129); }
H1.HeaderClassName
{
color: #A24081;
}
.AnyTagClassName
{
color: #A24081;
}
</style>
background-color css
<style>
a { background-color: #A24081; }
a { background-color: rgb(162,64,129); }
div.DivClassName
{
background-color: #A24081;
}
.BgClassName
{
background-color: #A24081;
}
</style>
border-color css
<style>
span { border-color: #A24081; }
span { border-color: rgb(162,64,129); }
td.TdClassName
{
border-color: #A24081;
}
.TagClassName
{
border-color: #A24081;
}
</style>