Shades of Medium Red Violet #A82AA2
Tints of Medium Red Violet #A82AA2
RGB
CMYK
RGB Variations
Color information
#A82AA2 (or 0xA82AA2) is known color: Medium Red Violet. HEX triplet: A8, 2A and A2. RGB value is (168,42,162). Sum of RGB (Red+Green+Blue) = 168+42+162=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A82AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AA2 is #57D55D. Grayscale: #5D5D5D. Windows color (decimal): -5756254 or 10627752. OLE color: 10627752.
HSL color Cylindrical-coordinate representation of color #A82AA2: hue angle of 302.86º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82AA2 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 162 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.34 |
| HSL | 302.86º | 0.6% | 0.41% | - |
| HSV(B) | 302.86º | 0.75% | 0.66% | - |
| XYZ | 23.5 | 12.59 | 35.37 | - |
| YUV | 93.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 162 | 0 | 0.75 | 0.04 | 0.34 | 302.86 | 0.6 | 0.41 |
| Hex | A8 | 2A | A2 | 0 | 4B | 4 | 22 | 12F | 3C | 29 |
| Octal | 250 | 52 | 242 | 0 | 113 | 4 | 42 | 457 | 74 | 51 |
| Binary | 10101000 | 101010 | 10100010 | 0 | 1001011 | 100 | 100010 | 100101111 | 111100 | 101001 |
Color Harmonies of #A82AA2
Complementary color
Monochromatic Colors of #A82AA2
Black with #A82AA2
Text Example
Text Example
White with #A82AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82AA2; }
p { color: rgb(168,42,162); }
H1.HeaderClassName
{
color: #A82AA2;
}
.AnyTagClassName
{
color: #A82AA2;
}
</style>
background-color css
<style>
a { background-color: #A82AA2; }
a { background-color: rgb(168,42,162); }
div.DivClassName
{
background-color: #A82AA2;
}
.BgClassName
{
background-color: #A82AA2;
}
</style>
border-color css
<style>
span { border-color: #A82AA2; }
span { border-color: rgb(168,42,162); }
td.TdClassName
{
border-color: #A82AA2;
}
.TagClassName
{
border-color: #A82AA2;
}
</style>