Shades of Medium Red Violet #A84080
Tints of Medium Red Violet #A84080
RGB
CMYK
RGB Variations
Color information
#A84080 (or 0xA84080) is known color: Medium Red Violet. HEX triplet: A8, 40 and 80. RGB value is (168,64,128). Sum of RGB (Red+Green+Blue) = 168+64+128=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A84080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84080 is #57BF7F. Grayscale: #666666. Windows color (decimal): -5750656 or 8405160. OLE color: 8405160.
HSL color Cylindrical-coordinate representation of color #A84080: hue angle of 323.08º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84080 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 128 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.34 |
| HSL | 323.08º | 0.45% | 0.45% | - |
| HSV(B) | 323.08º | 0.62% | 0.66% | - |
| XYZ | 21.88 | 13.55 | 21.88 | - |
| YUV | 102.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 128 | 0 | 0.62 | 0.24 | 0.34 | 323.08 | 0.45 | 0.45 |
| Hex | A8 | 40 | 80 | 0 | 3E | 18 | 22 | 143 | 2D | 2D |
| Octal | 250 | 100 | 200 | 0 | 76 | 30 | 42 | 503 | 55 | 55 |
| Binary | 10101000 | 1000000 | 10000000 | 0 | 111110 | 11000 | 100010 | 101000011 | 101101 | 101101 |
Color Harmonies of #A84080
Complementary color
Monochromatic Colors of #A84080
Black with #A84080
Text Example
Text Example
White with #A84080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84080; }
p { color: rgb(168,64,128); }
H1.HeaderClassName
{
color: #A84080;
}
.AnyTagClassName
{
color: #A84080;
}
</style>
background-color css
<style>
a { background-color: #A84080; }
a { background-color: rgb(168,64,128); }
div.DivClassName
{
background-color: #A84080;
}
.BgClassName
{
background-color: #A84080;
}
</style>
border-color css
<style>
span { border-color: #A84080; }
span { border-color: rgb(168,64,128); }
td.TdClassName
{
border-color: #A84080;
}
.TagClassName
{
border-color: #A84080;
}
</style>