Shades of Medium Red Violet #A84484
Tints of Medium Red Violet #A84484
RGB
CMYK
RGB Variations
Color information
#A84484 (or 0xA84484) is known color: Medium Red Violet. HEX triplet: A8, 44 and 84. RGB value is (168,68,132). Sum of RGB (Red+Green+Blue) = 168+68+132=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A84484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84484 is #57BB7B. Grayscale: #696969. Windows color (decimal): -5749628 or 8668328. OLE color: 8668328.
HSL color Cylindrical-coordinate representation of color #A84484: hue angle of 321.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84484 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 132 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.34 |
| HSL | 321.6º | 0.42% | 0.46% | - |
| HSV(B) | 321.6º | 0.6% | 0.66% | - |
| XYZ | 22.38 | 14.13 | 23.38 | - |
| YUV | 105.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 132 | 0 | 0.60 | 0.21 | 0.34 | 321.6 | 0.42 | 0.46 |
| Hex | A8 | 44 | 84 | 0 | 3C | 15 | 22 | 142 | 2A | 2E |
| Octal | 250 | 104 | 204 | 0 | 74 | 25 | 42 | 502 | 52 | 56 |
| Binary | 10101000 | 1000100 | 10000100 | 0 | 111100 | 10101 | 100010 | 101000010 | 101010 | 101110 |
Color Harmonies of #A84484
Complementary color
Monochromatic Colors of #A84484
Black with #A84484
Text Example
Text Example
White with #A84484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84484; }
p { color: rgb(168,68,132); }
H1.HeaderClassName
{
color: #A84484;
}
.AnyTagClassName
{
color: #A84484;
}
</style>
background-color css
<style>
a { background-color: #A84484; }
a { background-color: rgb(168,68,132); }
div.DivClassName
{
background-color: #A84484;
}
.BgClassName
{
background-color: #A84484;
}
</style>
border-color css
<style>
span { border-color: #A84484; }
span { border-color: rgb(168,68,132); }
td.TdClassName
{
border-color: #A84484;
}
.TagClassName
{
border-color: #A84484;
}
</style>