Shades of Medium Red Violet #A84180
Tints of Medium Red Violet #A84180
RGB
CMYK
RGB Variations
Color information
#A84180 (or 0xA84180) is known color: Medium Red Violet. HEX triplet: A8, 41 and 80. RGB value is (168,65,128). Sum of RGB (Red+Green+Blue) = 168+65+128=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A84180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84180 is #57BE7F. Grayscale: #666666. Windows color (decimal): -5750400 or 8405416. OLE color: 8405416.
HSL color Cylindrical-coordinate representation of color #A84180: hue angle of 323.3º 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 #A84180 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 128 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.34 |
| HSL | 323.3º | 0.44% | 0.46% | - |
| HSV(B) | 323.3º | 0.61% | 0.66% | - |
| XYZ | 21.94 | 13.66 | 21.9 | - |
| YUV | 102.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 128 | 0 | 0.61 | 0.24 | 0.34 | 323.3 | 0.44 | 0.46 |
| Hex | A8 | 41 | 80 | 0 | 3D | 18 | 22 | 143 | 2C | 2E |
| Octal | 250 | 101 | 200 | 0 | 75 | 30 | 42 | 503 | 54 | 56 |
| Binary | 10101000 | 1000001 | 10000000 | 0 | 111101 | 11000 | 100010 | 101000011 | 101100 | 101110 |
Color Harmonies of #A84180
Complementary color
Monochromatic Colors of #A84180
Black with #A84180
Text Example
Text Example
White with #A84180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84180; }
p { color: rgb(168,65,128); }
H1.HeaderClassName
{
color: #A84180;
}
.AnyTagClassName
{
color: #A84180;
}
</style>
background-color css
<style>
a { background-color: #A84180; }
a { background-color: rgb(168,65,128); }
div.DivClassName
{
background-color: #A84180;
}
.BgClassName
{
background-color: #A84180;
}
</style>
border-color css
<style>
span { border-color: #A84180; }
span { border-color: rgb(168,65,128); }
td.TdClassName
{
border-color: #A84180;
}
.TagClassName
{
border-color: #A84180;
}
</style>