Shades of Medium Red Violet #A84293
Tints of Medium Red Violet #A84293
RGB
CMYK
RGB Variations
Color information
#A84293 (or 0xA84293) is known color: Medium Red Violet. HEX triplet: A8, 42 and 93. RGB value is (168,66,147). Sum of RGB (Red+Green+Blue) = 168+66+147=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A84293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84293 is #57BD6C. Grayscale: #696969. Windows color (decimal): -5750125 or 9650856. OLE color: 9650856.
HSL color Cylindrical-coordinate representation of color #A84293: hue angle of 312.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84293 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 147 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.34 |
| HSL | 312.35º | 0.44% | 0.46% | - |
| HSV(B) | 312.35º | 0.61% | 0.66% | - |
| XYZ | 23.36 | 14.33 | 29.14 | - |
| YUV | 105.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 147 | 0 | 0.61 | 0.13 | 0.34 | 312.35 | 0.44 | 0.46 |
| Hex | A8 | 42 | 93 | 0 | 3D | D | 22 | 138 | 2C | 2E |
| Octal | 250 | 102 | 223 | 0 | 75 | 15 | 42 | 470 | 54 | 56 |
| Binary | 10101000 | 1000010 | 10010011 | 0 | 111101 | 1101 | 100010 | 100111000 | 101100 | 101110 |
Color Harmonies of #A84293
Complementary color
Monochromatic Colors of #A84293
Black with #A84293
Text Example
Text Example
White with #A84293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84293; }
p { color: rgb(168,66,147); }
H1.HeaderClassName
{
color: #A84293;
}
.AnyTagClassName
{
color: #A84293;
}
</style>
background-color css
<style>
a { background-color: #A84293; }
a { background-color: rgb(168,66,147); }
div.DivClassName
{
background-color: #A84293;
}
.BgClassName
{
background-color: #A84293;
}
</style>
border-color css
<style>
span { border-color: #A84293; }
span { border-color: rgb(168,66,147); }
td.TdClassName
{
border-color: #A84293;
}
.TagClassName
{
border-color: #A84293;
}
</style>