Shades of Medium Red Violet #A82E9F
Tints of Medium Red Violet #A82E9F
RGB
CMYK
RGB Variations
Color information
#A82E9F (or 0xA82E9F) is known color: Medium Red Violet. HEX triplet: A8, 2E and 9F. RGB value is (168,46,159). Sum of RGB (Red+Green+Blue) = 168+46+159=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82E9F is #57D160. Grayscale: #5F5F5F. Windows color (decimal): -5755233 or 10432168. OLE color: 10432168.
HSL color Cylindrical-coordinate representation of color #A82E9F: hue angle of 304.43º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82E9F is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 159 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.34 |
| HSL | 304.43º | 0.57% | 0.42% | - |
| HSV(B) | 304.43º | 0.73% | 0.66% | - |
| XYZ | 23.38 | 12.78 | 34.04 | - |
| YUV | 95.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 159 | 0 | 0.73 | 0.05 | 0.34 | 304.43 | 0.57 | 0.42 |
| Hex | A8 | 2E | 9F | 0 | 49 | 5 | 22 | 130 | 39 | 2A |
| Octal | 250 | 56 | 237 | 0 | 111 | 5 | 42 | 460 | 71 | 52 |
| Binary | 10101000 | 101110 | 10011111 | 0 | 1001001 | 101 | 100010 | 100110000 | 111001 | 101010 |
Color Harmonies of #A82E9F
Complementary color
Monochromatic Colors of #A82E9F
Black with #A82E9F
Text Example
Text Example
White with #A82E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E9F; }
p { color: rgb(168,46,159); }
H1.HeaderClassName
{
color: #A82E9F;
}
.AnyTagClassName
{
color: #A82E9F;
}
</style>
background-color css
<style>
a { background-color: #A82E9F; }
a { background-color: rgb(168,46,159); }
div.DivClassName
{
background-color: #A82E9F;
}
.BgClassName
{
background-color: #A82E9F;
}
</style>
border-color css
<style>
span { border-color: #A82E9F; }
span { border-color: rgb(168,46,159); }
td.TdClassName
{
border-color: #A82E9F;
}
.TagClassName
{
border-color: #A82E9F;
}
</style>