Shades of Medium Red Violet #A82195
Tints of Medium Red Violet #A82195
RGB
CMYK
RGB Variations
Color information
#A82195 (or 0xA82195) is known color: Medium Red Violet. HEX triplet: A8, 21 and 95. RGB value is (168,33,149). Sum of RGB (Red+Green+Blue) = 168+33+149=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A82195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82195 is #57DE6A. Grayscale: #565656. Windows color (decimal): -5758571 or 9773480. OLE color: 9773480.
HSL color Cylindrical-coordinate representation of color #A82195: hue angle of 308.44º 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 #A82195 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 149 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.34 |
| HSL | 308.44º | 0.67% | 0.39% | - |
| HSV(B) | 308.44º | 0.8% | 0.66% | - |
| XYZ | 22.12 | 11.58 | 29.5 | - |
| YUV | 86.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 149 | 0 | 0.80 | 0.11 | 0.34 | 308.44 | 0.67 | 0.39 |
| Hex | A8 | 21 | 95 | 0 | 50 | B | 22 | 134 | 43 | 27 |
| Octal | 250 | 41 | 225 | 0 | 120 | 13 | 42 | 464 | 103 | 47 |
| Binary | 10101000 | 100001 | 10010101 | 0 | 1010000 | 1011 | 100010 | 100110100 | 1000011 | 100111 |
Color Harmonies of #A82195
Complementary color
Monochromatic Colors of #A82195
Black with #A82195
Text Example
Text Example
White with #A82195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82195; }
p { color: rgb(168,33,149); }
H1.HeaderClassName
{
color: #A82195;
}
.AnyTagClassName
{
color: #A82195;
}
</style>
background-color css
<style>
a { background-color: #A82195; }
a { background-color: rgb(168,33,149); }
div.DivClassName
{
background-color: #A82195;
}
.BgClassName
{
background-color: #A82195;
}
</style>
border-color css
<style>
span { border-color: #A82195; }
span { border-color: rgb(168,33,149); }
td.TdClassName
{
border-color: #A82195;
}
.TagClassName
{
border-color: #A82195;
}
</style>