Shades of Medium Violet Red #A81693
Tints of Medium Violet Red #A81693
RGB
CMYK
RGB Variations
Color information
#A81693 (or 0xA81693) is known color: Medium Violet Red. HEX triplet: A8, 16 and 93. RGB value is (168,22,147). Sum of RGB (Red+Green+Blue) = 168+22+147=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A81693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81693 is #57E96C. Grayscale: #4F4F4F. Windows color (decimal): -5761389 or 9639592. OLE color: 9639592.
HSL color Cylindrical-coordinate representation of color #A81693: hue angle of 308.63º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81693 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 147 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.34 |
| HSL | 308.63º | 0.77% | 0.37% | - |
| HSV(B) | 308.63º | 0.87% | 0.66% | - |
| XYZ | 21.7 | 11.01 | 28.58 | - |
| YUV | 79.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 147 | 0 | 0.87 | 0.13 | 0.34 | 308.63 | 0.77 | 0.37 |
| Hex | A8 | 16 | 93 | 0 | 57 | D | 22 | 135 | 4D | 25 |
| Octal | 250 | 26 | 223 | 0 | 127 | 15 | 42 | 465 | 115 | 45 |
| Binary | 10101000 | 10110 | 10010011 | 0 | 1010111 | 1101 | 100010 | 100110101 | 1001101 | 100101 |
Color Harmonies of #A81693
Complementary color
Monochromatic Colors of #A81693
Black with #A81693
Text Example
Text Example
White with #A81693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81693; }
p { color: rgb(168,22,147); }
H1.HeaderClassName
{
color: #A81693;
}
.AnyTagClassName
{
color: #A81693;
}
</style>
background-color css
<style>
a { background-color: #A81693; }
a { background-color: rgb(168,22,147); }
div.DivClassName
{
background-color: #A81693;
}
.BgClassName
{
background-color: #A81693;
}
</style>
border-color css
<style>
span { border-color: #A81693; }
span { border-color: rgb(168,22,147); }
td.TdClassName
{
border-color: #A81693;
}
.TagClassName
{
border-color: #A81693;
}
</style>