Shades of Medium Red Violet #A82192
Tints of Medium Red Violet #A82192
RGB
CMYK
RGB Variations
Color information
#A82192 (or 0xA82192) is known color: Medium Red Violet. HEX triplet: A8, 21 and 92. RGB value is (168,33,146). Sum of RGB (Red+Green+Blue) = 168+33+146=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A82192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82192 is #57DE6D. Grayscale: #555555. Windows color (decimal): -5758574 or 9576872. OLE color: 9576872.
HSL color Cylindrical-coordinate representation of color #A82192: hue angle of 309.78º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82192 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 146 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.34 |
| HSL | 309.78º | 0.67% | 0.39% | - |
| HSV(B) | 309.78º | 0.8% | 0.66% | - |
| XYZ | 21.88 | 11.49 | 28.26 | - |
| YUV | 86.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 146 | 0 | 0.80 | 0.13 | 0.34 | 309.78 | 0.67 | 0.39 |
| Hex | A8 | 21 | 92 | 0 | 50 | D | 22 | 136 | 43 | 27 |
| Octal | 250 | 41 | 222 | 0 | 120 | 15 | 42 | 466 | 103 | 47 |
| Binary | 10101000 | 100001 | 10010010 | 0 | 1010000 | 1101 | 100010 | 100110110 | 1000011 | 100111 |
Color Harmonies of #A82192
Complementary color
Monochromatic Colors of #A82192
Black with #A82192
Text Example
Text Example
White with #A82192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82192; }
p { color: rgb(168,33,146); }
H1.HeaderClassName
{
color: #A82192;
}
.AnyTagClassName
{
color: #A82192;
}
</style>
background-color css
<style>
a { background-color: #A82192; }
a { background-color: rgb(168,33,146); }
div.DivClassName
{
background-color: #A82192;
}
.BgClassName
{
background-color: #A82192;
}
</style>
border-color css
<style>
span { border-color: #A82192; }
span { border-color: rgb(168,33,146); }
td.TdClassName
{
border-color: #A82192;
}
.TagClassName
{
border-color: #A82192;
}
</style>