Shades of Medium Red Violet #A84384
Tints of Medium Red Violet #A84384
RGB
CMYK
RGB Variations
Color information
#A84384 (or 0xA84384) is known color: Medium Red Violet. HEX triplet: A8, 43 and 84. RGB value is (168,67,132). Sum of RGB (Red+Green+Blue) = 168+67+132=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A84384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84384 is #57BC7B. Grayscale: #686868. Windows color (decimal): -5749884 or 8668072. OLE color: 8668072.
HSL color Cylindrical-coordinate representation of color #A84384: hue angle of 321.39º degrees, saturation: 0.43, 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 #A84384 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 132 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.34 |
| HSL | 321.39º | 0.43% | 0.46% | - |
| HSV(B) | 321.39º | 0.6% | 0.66% | - |
| XYZ | 22.32 | 14.01 | 23.36 | - |
| YUV | 104.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 132 | 0 | 0.60 | 0.21 | 0.34 | 321.39 | 0.43 | 0.46 |
| Hex | A8 | 43 | 84 | 0 | 3C | 15 | 22 | 141 | 2B | 2E |
| Octal | 250 | 103 | 204 | 0 | 74 | 25 | 42 | 501 | 53 | 56 |
| Binary | 10101000 | 1000011 | 10000100 | 0 | 111100 | 10101 | 100010 | 101000001 | 101011 | 101110 |
Color Harmonies of #A84384
Complementary color
Monochromatic Colors of #A84384
Black with #A84384
Text Example
Text Example
White with #A84384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84384; }
p { color: rgb(168,67,132); }
H1.HeaderClassName
{
color: #A84384;
}
.AnyTagClassName
{
color: #A84384;
}
</style>
background-color css
<style>
a { background-color: #A84384; }
a { background-color: rgb(168,67,132); }
div.DivClassName
{
background-color: #A84384;
}
.BgClassName
{
background-color: #A84384;
}
</style>
border-color css
<style>
span { border-color: #A84384; }
span { border-color: rgb(168,67,132); }
td.TdClassName
{
border-color: #A84384;
}
.TagClassName
{
border-color: #A84384;
}
</style>