Shades of Medium Violet Red #A81081
Tints of Medium Violet Red #A81081
RGB
CMYK
RGB Variations
Color information
#A81081 (or 0xA81081) is known color: Medium Violet Red. HEX triplet: A8, 10 and 81. RGB value is (168,16,129). Sum of RGB (Red+Green+Blue) = 168+16+129=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A81081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81081 is #57EF7E. Grayscale: #4A4A4A. Windows color (decimal): -5762943 or 8458408. OLE color: 8458408.
HSL color Cylindrical-coordinate representation of color #A81081: hue angle of 315.39º 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 #A81081 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 129 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.34 |
| HSL | 315.39º | 0.83% | 0.36% | - |
| HSV(B) | 315.39º | 0.9% | 0.66% | - |
| XYZ | 20.3 | 10.28 | 21.68 | - |
| YUV | 74.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 129 | 0 | 0.90 | 0.23 | 0.34 | 315.39 | 0.83 | 0.36 |
| Hex | A8 | 10 | 81 | 0 | 5A | 17 | 22 | 13B | 53 | 24 |
| Octal | 250 | 20 | 201 | 0 | 132 | 27 | 42 | 473 | 123 | 44 |
| Binary | 10101000 | 10000 | 10000001 | 0 | 1011010 | 10111 | 100010 | 100111011 | 1010011 | 100100 |
Color Harmonies of #A81081
Complementary color
Monochromatic Colors of #A81081
Black with #A81081
Text Example
Text Example
White with #A81081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81081; }
p { color: rgb(168,16,129); }
H1.HeaderClassName
{
color: #A81081;
}
.AnyTagClassName
{
color: #A81081;
}
</style>
background-color css
<style>
a { background-color: #A81081; }
a { background-color: rgb(168,16,129); }
div.DivClassName
{
background-color: #A81081;
}
.BgClassName
{
background-color: #A81081;
}
</style>
border-color css
<style>
span { border-color: #A81081; }
span { border-color: rgb(168,16,129); }
td.TdClassName
{
border-color: #A81081;
}
.TagClassName
{
border-color: #A81081;
}
</style>