Shades of Medium Red Violet #A82274
Tints of Medium Red Violet #A82274
RGB
CMYK
RGB Variations
Color information
#A82274 (or 0xA82274) is known color: Medium Red Violet. HEX triplet: A8, 22 and 74. RGB value is (168,34,116). Sum of RGB (Red+Green+Blue) = 168+34+116=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A82274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82274 is #57DD8B. Grayscale: #535353. Windows color (decimal): -5758348 or 7611048. OLE color: 7611048.
HSL color Cylindrical-coordinate representation of color #A82274: hue angle of 323.28º 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 #A82274 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 116 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.34 |
| HSL | 323.28º | 0.66% | 0.4% | - |
| HSV(B) | 323.28º | 0.8% | 0.66% | - |
| XYZ | 19.87 | 10.73 | 17.55 | - |
| YUV | 83.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 116 | 0 | 0.80 | 0.31 | 0.34 | 323.28 | 0.66 | 0.4 |
| Hex | A8 | 22 | 74 | 0 | 50 | 1F | 22 | 143 | 42 | 28 |
| Octal | 250 | 42 | 164 | 0 | 120 | 37 | 42 | 503 | 102 | 50 |
| Binary | 10101000 | 100010 | 1110100 | 0 | 1010000 | 11111 | 100010 | 101000011 | 1000010 | 101000 |
Color Harmonies of #A82274
Complementary color
Monochromatic Colors of #A82274
Black with #A82274
Text Example
Text Example
White with #A82274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82274; }
p { color: rgb(168,34,116); }
H1.HeaderClassName
{
color: #A82274;
}
.AnyTagClassName
{
color: #A82274;
}
</style>
background-color css
<style>
a { background-color: #A82274; }
a { background-color: rgb(168,34,116); }
div.DivClassName
{
background-color: #A82274;
}
.BgClassName
{
background-color: #A82274;
}
</style>
border-color css
<style>
span { border-color: #A82274; }
span { border-color: rgb(168,34,116); }
td.TdClassName
{
border-color: #A82274;
}
.TagClassName
{
border-color: #A82274;
}
</style>