Shades of Medium Red Violet #A82682
Tints of Medium Red Violet #A82682
RGB
CMYK
RGB Variations
Color information
#A82682 (or 0xA82682) is known color: Medium Red Violet. HEX triplet: A8, 26 and 82. RGB value is (168,38,130). Sum of RGB (Red+Green+Blue) = 168+38+130=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A82682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82682 is #57D97D. Grayscale: #575757. Windows color (decimal): -5757310 or 8529576. OLE color: 8529576.
HSL color Cylindrical-coordinate representation of color #A82682: hue angle of 317.54º 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 #A82682 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 130 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.34 |
| HSL | 317.54º | 0.63% | 0.4% | - |
| HSV(B) | 317.54º | 0.77% | 0.66% | - |
| XYZ | 20.87 | 11.32 | 22.2 | - |
| YUV | 87.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 130 | 0 | 0.77 | 0.23 | 0.34 | 317.54 | 0.63 | 0.4 |
| Hex | A8 | 26 | 82 | 0 | 4D | 17 | 22 | 13E | 3F | 28 |
| Octal | 250 | 46 | 202 | 0 | 115 | 27 | 42 | 476 | 77 | 50 |
| Binary | 10101000 | 100110 | 10000010 | 0 | 1001101 | 10111 | 100010 | 100111110 | 111111 | 101000 |
Color Harmonies of #A82682
Complementary color
Monochromatic Colors of #A82682
Black with #A82682
Text Example
Text Example
White with #A82682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82682; }
p { color: rgb(168,38,130); }
H1.HeaderClassName
{
color: #A82682;
}
.AnyTagClassName
{
color: #A82682;
}
</style>
background-color css
<style>
a { background-color: #A82682; }
a { background-color: rgb(168,38,130); }
div.DivClassName
{
background-color: #A82682;
}
.BgClassName
{
background-color: #A82682;
}
</style>
border-color css
<style>
span { border-color: #A82682; }
span { border-color: rgb(168,38,130); }
td.TdClassName
{
border-color: #A82682;
}
.TagClassName
{
border-color: #A82682;
}
</style>