Shades of Medium Red Violet #A921A1
Tints of Medium Red Violet #A921A1
RGB
CMYK
RGB Variations
Color information
#A921A1 (or 0xA921A1) is known color: Medium Red Violet. HEX triplet: A9, 21 and A1. RGB value is (169,33,161). Sum of RGB (Red+Green+Blue) = 169+33+161=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A921A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A921A1 is #56DE5E. Grayscale: #575757. Windows color (decimal): -5693023 or 10559913. OLE color: 10559913.
HSL color Cylindrical-coordinate representation of color #A921A1: hue angle of 303.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A921A1 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 161 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.34 |
| HSL | 303.53º | 0.67% | 0.4% | - |
| HSV(B) | 303.53º | 0.8% | 0.66% | - |
| XYZ | 23.34 | 12.1 | 34.82 | - |
| YUV | 88.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 161 | 0 | 0.80 | 0.05 | 0.34 | 303.53 | 0.67 | 0.4 |
| Hex | A9 | 21 | A1 | 0 | 50 | 5 | 22 | 130 | 43 | 28 |
| Octal | 251 | 41 | 241 | 0 | 120 | 5 | 42 | 460 | 103 | 50 |
| Binary | 10101001 | 100001 | 10100001 | 0 | 1010000 | 101 | 100010 | 100110000 | 1000011 | 101000 |
Color Harmonies of #A921A1
Complementary color
Monochromatic Colors of #A921A1
Black with #A921A1
Text Example
Text Example
White with #A921A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921A1; }
p { color: rgb(169,33,161); }
H1.HeaderClassName
{
color: #A921A1;
}
.AnyTagClassName
{
color: #A921A1;
}
</style>
background-color css
<style>
a { background-color: #A921A1; }
a { background-color: rgb(169,33,161); }
div.DivClassName
{
background-color: #A921A1;
}
.BgClassName
{
background-color: #A921A1;
}
</style>
border-color css
<style>
span { border-color: #A921A1; }
span { border-color: rgb(169,33,161); }
td.TdClassName
{
border-color: #A921A1;
}
.TagClassName
{
border-color: #A921A1;
}
</style>