Shades of Medium Red Violet #A82B93
Tints of Medium Red Violet #A82B93
RGB
CMYK
RGB Variations
Color information
#A82B93 (or 0xA82B93) is known color: Medium Red Violet. HEX triplet: A8, 2B and 93. RGB value is (168,43,147). Sum of RGB (Red+Green+Blue) = 168+43+147=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82B93 is #57D46C. Grayscale: #5B5B5B. Windows color (decimal): -5756013 or 9644968. OLE color: 9644968.
HSL color Cylindrical-coordinate representation of color #A82B93: hue angle of 310.08º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82B93 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 43 | 147 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.34 |
| HSL | 310.08º | 0.59% | 0.41% | - |
| HSV(B) | 310.08º | 0.74% | 0.66% | - |
| XYZ | 22.28 | 12.16 | 28.78 | - |
| YUV | 92.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 147 | 0 | 0.74 | 0.13 | 0.34 | 310.08 | 0.59 | 0.41 |
| Hex | A8 | 2B | 93 | 0 | 4A | D | 22 | 136 | 3B | 29 |
| Octal | 250 | 53 | 223 | 0 | 112 | 15 | 42 | 466 | 73 | 51 |
| Binary | 10101000 | 101011 | 10010011 | 0 | 1001010 | 1101 | 100010 | 100110110 | 111011 | 101001 |
Color Harmonies of #A82B93
Complementary color
Monochromatic Colors of #A82B93
Black with #A82B93
Text Example
Text Example
White with #A82B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82B93; }
p { color: rgb(168,43,147); }
H1.HeaderClassName
{
color: #A82B93;
}
.AnyTagClassName
{
color: #A82B93;
}
</style>
background-color css
<style>
a { background-color: #A82B93; }
a { background-color: rgb(168,43,147); }
div.DivClassName
{
background-color: #A82B93;
}
.BgClassName
{
background-color: #A82B93;
}
</style>
border-color css
<style>
span { border-color: #A82B93; }
span { border-color: rgb(168,43,147); }
td.TdClassName
{
border-color: #A82B93;
}
.TagClassName
{
border-color: #A82B93;
}
</style>