Shades of Medium Red Violet #A84482
Tints of Medium Red Violet #A84482
RGB
CMYK
RGB Variations
Color information
#A84482 (or 0xA84482) is known color: Medium Red Violet. HEX triplet: A8, 44 and 82. RGB value is (168,68,130). Sum of RGB (Red+Green+Blue) = 168+68+130=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A84482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84482 is #57BB7D. Grayscale: #686868. Windows color (decimal): -5749630 or 8537256. OLE color: 8537256.
HSL color Cylindrical-coordinate representation of color #A84482: hue angle of 322.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84482 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 130 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.34 |
| HSL | 322.8º | 0.42% | 0.46% | - |
| HSV(B) | 322.8º | 0.6% | 0.66% | - |
| XYZ | 22.24 | 14.07 | 22.66 | - |
| YUV | 104.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 130 | 0 | 0.60 | 0.23 | 0.34 | 322.8 | 0.42 | 0.46 |
| Hex | A8 | 44 | 82 | 0 | 3C | 17 | 22 | 143 | 2A | 2E |
| Octal | 250 | 104 | 202 | 0 | 74 | 27 | 42 | 503 | 52 | 56 |
| Binary | 10101000 | 1000100 | 10000010 | 0 | 111100 | 10111 | 100010 | 101000011 | 101010 | 101110 |
Color Harmonies of #A84482
Complementary color
Monochromatic Colors of #A84482
Black with #A84482
Text Example
Text Example
White with #A84482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84482; }
p { color: rgb(168,68,130); }
H1.HeaderClassName
{
color: #A84482;
}
.AnyTagClassName
{
color: #A84482;
}
</style>
background-color css
<style>
a { background-color: #A84482; }
a { background-color: rgb(168,68,130); }
div.DivClassName
{
background-color: #A84482;
}
.BgClassName
{
background-color: #A84482;
}
</style>
border-color css
<style>
span { border-color: #A84482; }
span { border-color: rgb(168,68,130); }
td.TdClassName
{
border-color: #A84482;
}
.TagClassName
{
border-color: #A84482;
}
</style>