Shades of Medium Violet Red #A81490
Tints of Medium Violet Red #A81490
RGB
CMYK
RGB Variations
Color information
#A81490 (or 0xA81490) is known color: Medium Violet Red. HEX triplet: A8, 14 and 90. RGB value is (168,20,144). Sum of RGB (Red+Green+Blue) = 168+20+144=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A81490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81490 is #57EB6F. Grayscale: #4E4E4E. Windows color (decimal): -5761904 or 9442472. OLE color: 9442472.
HSL color Cylindrical-coordinate representation of color #A81490: hue angle of 309.73º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81490 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 144 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.34 |
| HSL | 309.73º | 0.79% | 0.37% | - |
| HSV(B) | 309.73º | 0.88% | 0.66% | - |
| XYZ | 21.43 | 10.84 | 27.35 | - |
| YUV | 78.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 144 | 0 | 0.88 | 0.14 | 0.34 | 309.73 | 0.79 | 0.37 |
| Hex | A8 | 14 | 90 | 0 | 58 | E | 22 | 136 | 4F | 25 |
| Octal | 250 | 24 | 220 | 0 | 130 | 16 | 42 | 466 | 117 | 45 |
| Binary | 10101000 | 10100 | 10010000 | 0 | 1011000 | 1110 | 100010 | 100110110 | 1001111 | 100101 |
Color Harmonies of #A81490
Complementary color
Monochromatic Colors of #A81490
Black with #A81490
Text Example
Text Example
White with #A81490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81490; }
p { color: rgb(168,20,144); }
H1.HeaderClassName
{
color: #A81490;
}
.AnyTagClassName
{
color: #A81490;
}
</style>
background-color css
<style>
a { background-color: #A81490; }
a { background-color: rgb(168,20,144); }
div.DivClassName
{
background-color: #A81490;
}
.BgClassName
{
background-color: #A81490;
}
</style>
border-color css
<style>
span { border-color: #A81490; }
span { border-color: rgb(168,20,144); }
td.TdClassName
{
border-color: #A81490;
}
.TagClassName
{
border-color: #A81490;
}
</style>