Shades of Medium Red Violet #A83491
Tints of Medium Red Violet #A83491
RGB
CMYK
RGB Variations
Color information
#A83491 (or 0xA83491) is known color: Medium Red Violet. HEX triplet: A8, 34 and 91. RGB value is (168,52,145). Sum of RGB (Red+Green+Blue) = 168+52+145=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A83491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83491 is #57CB6E. Grayscale: #616161. Windows color (decimal): -5753711 or 9516200. OLE color: 9516200.
HSL color Cylindrical-coordinate representation of color #A83491: hue angle of 311.9º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83491 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 145 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.34 |
| HSL | 311.9º | 0.53% | 0.43% | - |
| HSV(B) | 311.9º | 0.69% | 0.66% | - |
| XYZ | 22.49 | 12.83 | 28.08 | - |
| YUV | 97.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 145 | 0 | 0.69 | 0.14 | 0.34 | 311.9 | 0.53 | 0.43 |
| Hex | A8 | 34 | 91 | 0 | 45 | E | 22 | 138 | 35 | 2B |
| Octal | 250 | 64 | 221 | 0 | 105 | 16 | 42 | 470 | 65 | 53 |
| Binary | 10101000 | 110100 | 10010001 | 0 | 1000101 | 1110 | 100010 | 100111000 | 110101 | 101011 |
Color Harmonies of #A83491
Complementary color
Monochromatic Colors of #A83491
Black with #A83491
Text Example
Text Example
White with #A83491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83491; }
p { color: rgb(168,52,145); }
H1.HeaderClassName
{
color: #A83491;
}
.AnyTagClassName
{
color: #A83491;
}
</style>
background-color css
<style>
a { background-color: #A83491; }
a { background-color: rgb(168,52,145); }
div.DivClassName
{
background-color: #A83491;
}
.BgClassName
{
background-color: #A83491;
}
</style>
border-color css
<style>
span { border-color: #A83491; }
span { border-color: rgb(168,52,145); }
td.TdClassName
{
border-color: #A83491;
}
.TagClassName
{
border-color: #A83491;
}
</style>