Shades of Medium Red Violet #A82284
Tints of Medium Red Violet #A82284
RGB
CMYK
RGB Variations
Color information
#A82284 (or 0xA82284) is known color: Medium Red Violet. HEX triplet: A8, 22 and 84. RGB value is (168,34,132). Sum of RGB (Red+Green+Blue) = 168+34+132=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A82284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82284 is #57DD7B. Grayscale: #545454. Windows color (decimal): -5758332 or 8659624. OLE color: 8659624.
HSL color Cylindrical-coordinate representation of color #A82284: hue angle of 316.12º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82284 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 132 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.34 |
| HSL | 316.12º | 0.66% | 0.4% | - |
| HSV(B) | 316.12º | 0.8% | 0.66% | - |
| XYZ | 20.89 | 11.13 | 22.88 | - |
| YUV | 85.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 132 | 0 | 0.80 | 0.21 | 0.34 | 316.12 | 0.66 | 0.4 |
| Hex | A8 | 22 | 84 | 0 | 50 | 15 | 22 | 13C | 42 | 28 |
| Octal | 250 | 42 | 204 | 0 | 120 | 25 | 42 | 474 | 102 | 50 |
| Binary | 10101000 | 100010 | 10000100 | 0 | 1010000 | 10101 | 100010 | 100111100 | 1000010 | 101000 |
Color Harmonies of #A82284
Complementary color
Monochromatic Colors of #A82284
Black with #A82284
Text Example
Text Example
White with #A82284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82284; }
p { color: rgb(168,34,132); }
H1.HeaderClassName
{
color: #A82284;
}
.AnyTagClassName
{
color: #A82284;
}
</style>
background-color css
<style>
a { background-color: #A82284; }
a { background-color: rgb(168,34,132); }
div.DivClassName
{
background-color: #A82284;
}
.BgClassName
{
background-color: #A82284;
}
</style>
border-color css
<style>
span { border-color: #A82284; }
span { border-color: rgb(168,34,132); }
td.TdClassName
{
border-color: #A82284;
}
.TagClassName
{
border-color: #A82284;
}
</style>