Shades of Medium Red Violet #A82497
Tints of Medium Red Violet #A82497
RGB
CMYK
RGB Variations
Color information
#A82497 (or 0xA82497) is known color: Medium Red Violet. HEX triplet: A8, 24 and 97. RGB value is (168,36,151). Sum of RGB (Red+Green+Blue) = 168+36+151=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A82497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82497 is #57DB68. Grayscale: #585858. Windows color (decimal): -5757801 or 9905320. OLE color: 9905320.
HSL color Cylindrical-coordinate representation of color #A82497: hue angle of 307.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82497 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 151 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.34 |
| HSL | 307.73º | 0.65% | 0.4% | - |
| HSV(B) | 307.73º | 0.79% | 0.66% | - |
| XYZ | 22.37 | 11.82 | 30.38 | - |
| YUV | 88.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 151 | 0 | 0.79 | 0.10 | 0.34 | 307.73 | 0.65 | 0.4 |
| Hex | A8 | 24 | 97 | 0 | 4F | A | 22 | 134 | 41 | 28 |
| Octal | 250 | 44 | 227 | 0 | 117 | 12 | 42 | 464 | 101 | 50 |
| Binary | 10101000 | 100100 | 10010111 | 0 | 1001111 | 1010 | 100010 | 100110100 | 1000001 | 101000 |
Color Harmonies of #A82497
Complementary color
Monochromatic Colors of #A82497
Black with #A82497
Text Example
Text Example
White with #A82497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82497; }
p { color: rgb(168,36,151); }
H1.HeaderClassName
{
color: #A82497;
}
.AnyTagClassName
{
color: #A82497;
}
</style>
background-color css
<style>
a { background-color: #A82497; }
a { background-color: rgb(168,36,151); }
div.DivClassName
{
background-color: #A82497;
}
.BgClassName
{
background-color: #A82497;
}
</style>
border-color css
<style>
span { border-color: #A82497; }
span { border-color: rgb(168,36,151); }
td.TdClassName
{
border-color: #A82497;
}
.TagClassName
{
border-color: #A82497;
}
</style>