Shades of Medium Violet Red #A81284
Tints of Medium Violet Red #A81284
RGB
CMYK
RGB Variations
Color information
#A81284 (or 0xA81284) is known color: Medium Violet Red. HEX triplet: A8, 12 and 84. RGB value is (168,18,132). Sum of RGB (Red+Green+Blue) = 168+18+132=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A81284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81284 is #57ED7B. Grayscale: #4B4B4B. Windows color (decimal): -5762428 or 8655528. OLE color: 8655528.
HSL color Cylindrical-coordinate representation of color #A81284: hue angle of 314.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81284 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 132 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.34 |
| HSL | 314.4º | 0.81% | 0.36% | - |
| HSV(B) | 314.4º | 0.89% | 0.66% | - |
| XYZ | 20.53 | 10.42 | 22.76 | - |
| YUV | 75.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 132 | 0 | 0.89 | 0.21 | 0.34 | 314.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 84 | 0 | 59 | 15 | 22 | 13A | 51 | 24 |
| Octal | 250 | 22 | 204 | 0 | 131 | 25 | 42 | 472 | 121 | 44 |
| Binary | 10101000 | 10010 | 10000100 | 0 | 1011001 | 10101 | 100010 | 100111010 | 1010001 | 100100 |
Color Harmonies of #A81284
Complementary color
Monochromatic Colors of #A81284
Black with #A81284
Text Example
Text Example
White with #A81284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81284; }
p { color: rgb(168,18,132); }
H1.HeaderClassName
{
color: #A81284;
}
.AnyTagClassName
{
color: #A81284;
}
</style>
background-color css
<style>
a { background-color: #A81284; }
a { background-color: rgb(168,18,132); }
div.DivClassName
{
background-color: #A81284;
}
.BgClassName
{
background-color: #A81284;
}
</style>
border-color css
<style>
span { border-color: #A81284; }
span { border-color: rgb(168,18,132); }
td.TdClassName
{
border-color: #A81284;
}
.TagClassName
{
border-color: #A81284;
}
</style>