Shades of Medium Red Violet #A84295
Tints of Medium Red Violet #A84295
RGB
CMYK
RGB Variations
Color information
#A84295 (or 0xA84295) is known color: Medium Red Violet. HEX triplet: A8, 42 and 95. RGB value is (168,66,149). Sum of RGB (Red+Green+Blue) = 168+66+149=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A84295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84295 is #57BD6A. Grayscale: #696969. Windows color (decimal): -5750123 or 9781928. OLE color: 9781928.
HSL color Cylindrical-coordinate representation of color #A84295: hue angle of 311.18º 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 #A84295 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 149 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.34 |
| HSL | 311.18º | 0.44% | 0.46% | - |
| HSV(B) | 311.18º | 0.61% | 0.66% | - |
| XYZ | 23.52 | 14.39 | 29.97 | - |
| YUV | 105.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 149 | 0 | 0.61 | 0.11 | 0.34 | 311.18 | 0.44 | 0.46 |
| Hex | A8 | 42 | 95 | 0 | 3D | B | 22 | 137 | 2C | 2E |
| Octal | 250 | 102 | 225 | 0 | 75 | 13 | 42 | 467 | 54 | 56 |
| Binary | 10101000 | 1000010 | 10010101 | 0 | 111101 | 1011 | 100010 | 100110111 | 101100 | 101110 |
Color Harmonies of #A84295
Complementary color
Monochromatic Colors of #A84295
Black with #A84295
Text Example
Text Example
White with #A84295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84295; }
p { color: rgb(168,66,149); }
H1.HeaderClassName
{
color: #A84295;
}
.AnyTagClassName
{
color: #A84295;
}
</style>
background-color css
<style>
a { background-color: #A84295; }
a { background-color: rgb(168,66,149); }
div.DivClassName
{
background-color: #A84295;
}
.BgClassName
{
background-color: #A84295;
}
</style>
border-color css
<style>
span { border-color: #A84295; }
span { border-color: rgb(168,66,149); }
td.TdClassName
{
border-color: #A84295;
}
.TagClassName
{
border-color: #A84295;
}
</style>