Shades of Medium Red Violet #A24181
Tints of Medium Red Violet #A24181
RGB
CMYK
RGB Variations
Color information
#A24181 (or 0xA24181) is known color: Medium Red Violet. HEX triplet: A2, 41 and 81. RGB value is (162,65,129). Sum of RGB (Red+Green+Blue) = 162+65+129=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A24181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24181 is #5DBE7E. Grayscale: #656565. Windows color (decimal): -6143615 or 8470946. OLE color: 8470946.
HSL color Cylindrical-coordinate representation of color #A24181: hue angle of 320.41º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24181 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 65 | 129 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.36 |
| HSL | 320.41º | 0.43% | 0.45% | - |
| HSV(B) | 320.41º | 0.6% | 0.64% | - |
| XYZ | 20.75 | 13.05 | 22.19 | - |
| YUV | 101.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 129 | 0 | 0.60 | 0.20 | 0.36 | 320.41 | 0.43 | 0.45 |
| Hex | A2 | 41 | 81 | 0 | 3C | 14 | 24 | 140 | 2B | 2D |
| Octal | 242 | 101 | 201 | 0 | 74 | 24 | 44 | 500 | 53 | 55 |
| Binary | 10100010 | 1000001 | 10000001 | 0 | 111100 | 10100 | 100100 | 101000000 | 101011 | 101101 |
Color Harmonies of #A24181
Complementary color
Monochromatic Colors of #A24181
Black with #A24181
Text Example
Text Example
White with #A24181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24181; }
p { color: rgb(162,65,129); }
H1.HeaderClassName
{
color: #A24181;
}
.AnyTagClassName
{
color: #A24181;
}
</style>
background-color css
<style>
a { background-color: #A24181; }
a { background-color: rgb(162,65,129); }
div.DivClassName
{
background-color: #A24181;
}
.BgClassName
{
background-color: #A24181;
}
</style>
border-color css
<style>
span { border-color: #A24181; }
span { border-color: rgb(162,65,129); }
td.TdClassName
{
border-color: #A24181;
}
.TagClassName
{
border-color: #A24181;
}
</style>