Shades of Medium Red Violet #A84581
Tints of Medium Red Violet #A84581
RGB
CMYK
RGB Variations
Color information
#A84581 (or 0xA84581) is known color: Medium Red Violet. HEX triplet: A8, 45 and 81. RGB value is (168,69,129). Sum of RGB (Red+Green+Blue) = 168+69+129=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A84581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84581 is #57BA7E. Grayscale: #696969. Windows color (decimal): -5749375 or 8471976. OLE color: 8471976.
HSL color Cylindrical-coordinate representation of color #A84581: hue angle of 323.64º 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 #A84581 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 129 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.34 |
| HSL | 323.64º | 0.42% | 0.46% | - |
| HSV(B) | 323.64º | 0.59% | 0.66% | - |
| XYZ | 22.24 | 14.17 | 22.33 | - |
| YUV | 105.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 129 | 0 | 0.59 | 0.23 | 0.34 | 323.64 | 0.42 | 0.46 |
| Hex | A8 | 45 | 81 | 0 | 3B | 17 | 22 | 144 | 2A | 2E |
| Octal | 250 | 105 | 201 | 0 | 73 | 27 | 42 | 504 | 52 | 56 |
| Binary | 10101000 | 1000101 | 10000001 | 0 | 111011 | 10111 | 100010 | 101000100 | 101010 | 101110 |
Color Harmonies of #A84581
Complementary color
Monochromatic Colors of #A84581
Black with #A84581
Text Example
Text Example
White with #A84581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84581; }
p { color: rgb(168,69,129); }
H1.HeaderClassName
{
color: #A84581;
}
.AnyTagClassName
{
color: #A84581;
}
</style>
background-color css
<style>
a { background-color: #A84581; }
a { background-color: rgb(168,69,129); }
div.DivClassName
{
background-color: #A84581;
}
.BgClassName
{
background-color: #A84581;
}
</style>
border-color css
<style>
span { border-color: #A84581; }
span { border-color: rgb(168,69,129); }
td.TdClassName
{
border-color: #A84581;
}
.TagClassName
{
border-color: #A84581;
}
</style>