Shades of Medium Red Violet #A82693
Tints of Medium Red Violet #A82693
RGB
CMYK
RGB Variations
Color information
#A82693 (or 0xA82693) is known color: Medium Red Violet. HEX triplet: A8, 26 and 93. RGB value is (168,38,147). Sum of RGB (Red+Green+Blue) = 168+38+147=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A82693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82693 is #57D96C. Grayscale: #585858. Windows color (decimal): -5757293 or 9643688. OLE color: 9643688.
HSL color Cylindrical-coordinate representation of color #A82693: hue angle of 309.69º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82693 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 147 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.34 |
| HSL | 309.69º | 0.63% | 0.4% | - |
| HSV(B) | 309.69º | 0.77% | 0.66% | - |
| XYZ | 22.11 | 11.82 | 28.72 | - |
| YUV | 89.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 147 | 0 | 0.77 | 0.13 | 0.34 | 309.69 | 0.63 | 0.4 |
| Hex | A8 | 26 | 93 | 0 | 4D | D | 22 | 136 | 3F | 28 |
| Octal | 250 | 46 | 223 | 0 | 115 | 15 | 42 | 466 | 77 | 50 |
| Binary | 10101000 | 100110 | 10010011 | 0 | 1001101 | 1101 | 100010 | 100110110 | 111111 | 101000 |
Color Harmonies of #A82693
Complementary color
Monochromatic Colors of #A82693
Black with #A82693
Text Example
Text Example
White with #A82693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82693; }
p { color: rgb(168,38,147); }
H1.HeaderClassName
{
color: #A82693;
}
.AnyTagClassName
{
color: #A82693;
}
</style>
background-color css
<style>
a { background-color: #A82693; }
a { background-color: rgb(168,38,147); }
div.DivClassName
{
background-color: #A82693;
}
.BgClassName
{
background-color: #A82693;
}
</style>
border-color css
<style>
span { border-color: #A82693; }
span { border-color: rgb(168,38,147); }
td.TdClassName
{
border-color: #A82693;
}
.TagClassName
{
border-color: #A82693;
}
</style>