Shades of Medium Red Violet #A84584
Tints of Medium Red Violet #A84584
RGB
CMYK
RGB Variations
Color information
#A84584 (or 0xA84584) is known color: Medium Red Violet. HEX triplet: A8, 45 and 84. RGB value is (168,69,132). Sum of RGB (Red+Green+Blue) = 168+69+132=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A84584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84584 is #57BA7B. Grayscale: #696969. Windows color (decimal): -5749372 or 8668584. OLE color: 8668584.
HSL color Cylindrical-coordinate representation of color #A84584: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84584 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 132 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.34 |
| HSL | 321.82º | 0.42% | 0.46% | - |
| HSV(B) | 321.82º | 0.59% | 0.66% | - |
| XYZ | 22.44 | 14.25 | 23.4 | - |
| YUV | 105.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 132 | 0 | 0.59 | 0.21 | 0.34 | 321.82 | 0.42 | 0.46 |
| Hex | A8 | 45 | 84 | 0 | 3B | 15 | 22 | 142 | 2A | 2E |
| Octal | 250 | 105 | 204 | 0 | 73 | 25 | 42 | 502 | 52 | 56 |
| Binary | 10101000 | 1000101 | 10000100 | 0 | 111011 | 10101 | 100010 | 101000010 | 101010 | 101110 |
Color Harmonies of #A84584
Complementary color
Monochromatic Colors of #A84584
Black with #A84584
Text Example
Text Example
White with #A84584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84584; }
p { color: rgb(168,69,132); }
H1.HeaderClassName
{
color: #A84584;
}
.AnyTagClassName
{
color: #A84584;
}
</style>
background-color css
<style>
a { background-color: #A84584; }
a { background-color: rgb(168,69,132); }
div.DivClassName
{
background-color: #A84584;
}
.BgClassName
{
background-color: #A84584;
}
</style>
border-color css
<style>
span { border-color: #A84584; }
span { border-color: rgb(168,69,132); }
td.TdClassName
{
border-color: #A84584;
}
.TagClassName
{
border-color: #A84584;
}
</style>