Shades of Medium Violet Red #A81082
Tints of Medium Violet Red #A81082
RGB
CMYK
RGB Variations
Color information
#A81082 (or 0xA81082) is known color: Medium Violet Red. HEX triplet: A8, 10 and 82. RGB value is (168,16,130). Sum of RGB (Red+Green+Blue) = 168+16+130=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A81082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81082 is #57EF7D. Grayscale: #4A4A4A. Windows color (decimal): -5762942 or 8523944. OLE color: 8523944.
HSL color Cylindrical-coordinate representation of color #A81082: hue angle of 315º 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 #A81082 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 130 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.34 |
| HSL | 315º | 0.83% | 0.36% | - |
| HSV(B) | 315º | 0.9% | 0.66% | - |
| XYZ | 20.36 | 10.31 | 22.04 | - |
| YUV | 74.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 130 | 0 | 0.90 | 0.23 | 0.34 | 315 | 0.83 | 0.36 |
| Hex | A8 | 10 | 82 | 0 | 5A | 17 | 22 | 13B | 53 | 24 |
| Octal | 250 | 20 | 202 | 0 | 132 | 27 | 42 | 473 | 123 | 44 |
| Binary | 10101000 | 10000 | 10000010 | 0 | 1011010 | 10111 | 100010 | 100111011 | 1010011 | 100100 |
Color Harmonies of #A81082
Complementary color
Monochromatic Colors of #A81082
Black with #A81082
Text Example
Text Example
White with #A81082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81082; }
p { color: rgb(168,16,130); }
H1.HeaderClassName
{
color: #A81082;
}
.AnyTagClassName
{
color: #A81082;
}
</style>
background-color css
<style>
a { background-color: #A81082; }
a { background-color: rgb(168,16,130); }
div.DivClassName
{
background-color: #A81082;
}
.BgClassName
{
background-color: #A81082;
}
</style>
border-color css
<style>
span { border-color: #A81082; }
span { border-color: rgb(168,16,130); }
td.TdClassName
{
border-color: #A81082;
}
.TagClassName
{
border-color: #A81082;
}
</style>