Shades of Medium Violet Red #A81084
Tints of Medium Violet Red #A81084
RGB
CMYK
RGB Variations
Color information
#A81084 (or 0xA81084) is known color: Medium Violet Red. HEX triplet: A8, 10 and 84. RGB value is (168,16,132). Sum of RGB (Red+Green+Blue) = 168+16+132=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A81084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81084 is #57EF7B. Grayscale: #4A4A4A. Windows color (decimal): -5762940 or 8655016. OLE color: 8655016.
HSL color Cylindrical-coordinate representation of color #A81084: hue angle of 314.21º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81084 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 132 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.34 |
| HSL | 314.21º | 0.83% | 0.36% | - |
| HSV(B) | 314.21º | 0.9% | 0.66% | - |
| XYZ | 20.5 | 10.36 | 22.75 | - |
| YUV | 74.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 132 | 0 | 0.90 | 0.21 | 0.34 | 314.21 | 0.83 | 0.36 |
| Hex | A8 | 10 | 84 | 0 | 5A | 15 | 22 | 13A | 53 | 24 |
| Octal | 250 | 20 | 204 | 0 | 132 | 25 | 42 | 472 | 123 | 44 |
| Binary | 10101000 | 10000 | 10000100 | 0 | 1011010 | 10101 | 100010 | 100111010 | 1010011 | 100100 |
Color Harmonies of #A81084
Complementary color
Monochromatic Colors of #A81084
Black with #A81084
Text Example
Text Example
White with #A81084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81084; }
p { color: rgb(168,16,132); }
H1.HeaderClassName
{
color: #A81084;
}
.AnyTagClassName
{
color: #A81084;
}
</style>
background-color css
<style>
a { background-color: #A81084; }
a { background-color: rgb(168,16,132); }
div.DivClassName
{
background-color: #A81084;
}
.BgClassName
{
background-color: #A81084;
}
</style>
border-color css
<style>
span { border-color: #A81084; }
span { border-color: rgb(168,16,132); }
td.TdClassName
{
border-color: #A81084;
}
.TagClassName
{
border-color: #A81084;
}
</style>