Shades of Medium Red Violet #A42481
Tints of Medium Red Violet #A42481
RGB
CMYK
RGB Variations
Color information
#A42481 (or 0xA42481) is known color: Medium Red Violet. HEX triplet: A4, 24 and 81. RGB value is (164,36,129). Sum of RGB (Red+Green+Blue) = 164+36+129=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A42481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42481 is #5BDB7E. Grayscale: #545454. Windows color (decimal): -6019967 or 8463524. OLE color: 8463524.
HSL color Cylindrical-coordinate representation of color #A42481: hue angle of 316.41º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42481 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 129 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.36 |
| HSL | 316.41º | 0.64% | 0.39% | - |
| HSV(B) | 316.41º | 0.78% | 0.64% | - |
| XYZ | 19.9 | 10.74 | 21.79 | - |
| YUV | 84.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 129 | 0 | 0.78 | 0.21 | 0.36 | 316.41 | 0.64 | 0.39 |
| Hex | A4 | 24 | 81 | 0 | 4E | 15 | 24 | 13C | 40 | 27 |
| Octal | 244 | 44 | 201 | 0 | 116 | 25 | 44 | 474 | 100 | 47 |
| Binary | 10100100 | 100100 | 10000001 | 0 | 1001110 | 10101 | 100100 | 100111100 | 1000000 | 100111 |
Color Harmonies of #A42481
Complementary color
Monochromatic Colors of #A42481
Black with #A42481
Text Example
Text Example
White with #A42481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42481; }
p { color: rgb(164,36,129); }
H1.HeaderClassName
{
color: #A42481;
}
.AnyTagClassName
{
color: #A42481;
}
</style>
background-color css
<style>
a { background-color: #A42481; }
a { background-color: rgb(164,36,129); }
div.DivClassName
{
background-color: #A42481;
}
.BgClassName
{
background-color: #A42481;
}
</style>
border-color css
<style>
span { border-color: #A42481; }
span { border-color: rgb(164,36,129); }
td.TdClassName
{
border-color: #A42481;
}
.TagClassName
{
border-color: #A42481;
}
</style>