Shades of Medium Red Violet #A82697
Tints of Medium Red Violet #A82697
RGB
CMYK
RGB Variations
Color information
#A82697 (or 0xA82697) is known color: Medium Red Violet. HEX triplet: A8, 26 and 97. RGB value is (168,38,151). Sum of RGB (Red+Green+Blue) = 168+38+151=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A82697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82697 is #57D968. Grayscale: #595959. Windows color (decimal): -5757289 or 9905832. OLE color: 9905832.
HSL color Cylindrical-coordinate representation of color #A82697: hue angle of 307.85º 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 #A82697 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 151 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.34 |
| HSL | 307.85º | 0.63% | 0.4% | - |
| HSV(B) | 307.85º | 0.77% | 0.66% | - |
| XYZ | 22.43 | 11.95 | 30.4 | - |
| YUV | 89.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 151 | 0 | 0.77 | 0.10 | 0.34 | 307.85 | 0.63 | 0.4 |
| Hex | A8 | 26 | 97 | 0 | 4D | A | 22 | 134 | 3F | 28 |
| Octal | 250 | 46 | 227 | 0 | 115 | 12 | 42 | 464 | 77 | 50 |
| Binary | 10101000 | 100110 | 10010111 | 0 | 1001101 | 1010 | 100010 | 100110100 | 111111 | 101000 |
Color Harmonies of #A82697
Complementary color
Monochromatic Colors of #A82697
Black with #A82697
Text Example
Text Example
White with #A82697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82697; }
p { color: rgb(168,38,151); }
H1.HeaderClassName
{
color: #A82697;
}
.AnyTagClassName
{
color: #A82697;
}
</style>
background-color css
<style>
a { background-color: #A82697; }
a { background-color: rgb(168,38,151); }
div.DivClassName
{
background-color: #A82697;
}
.BgClassName
{
background-color: #A82697;
}
</style>
border-color css
<style>
span { border-color: #A82697; }
span { border-color: rgb(168,38,151); }
td.TdClassName
{
border-color: #A82697;
}
.TagClassName
{
border-color: #A82697;
}
</style>