Shades of Medium Red Violet #A84A8F
Tints of Medium Red Violet #A84A8F
RGB
CMYK
RGB Variations
Color information
#A84A8F (or 0xA84A8F) is known color: Medium Red Violet. HEX triplet: A8, 4A and 8F. RGB value is (168,74,143). Sum of RGB (Red+Green+Blue) = 168+74+143=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84A8F is #57B570. Grayscale: #6D6D6D. Windows color (decimal): -5748081 or 9390760. OLE color: 9390760.
HSL color Cylindrical-coordinate representation of color #A84A8F: hue angle of 315.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A8F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 143 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.34 |
| HSL | 315.96º | 0.39% | 0.47% | - |
| HSV(B) | 315.96º | 0.56% | 0.66% | - |
| XYZ | 23.56 | 15.21 | 27.68 | - |
| YUV | 109.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 143 | 0 | 0.56 | 0.15 | 0.34 | 315.96 | 0.39 | 0.47 |
| Hex | A8 | 4A | 8F | 0 | 38 | F | 22 | 13C | 27 | 2F |
| Octal | 250 | 112 | 217 | 0 | 70 | 17 | 42 | 474 | 47 | 57 |
| Binary | 10101000 | 1001010 | 10001111 | 0 | 111000 | 1111 | 100010 | 100111100 | 100111 | 101111 |
Color Harmonies of #A84A8F
Complementary color
Monochromatic Colors of #A84A8F
Black with #A84A8F
Text Example
Text Example
White with #A84A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A8F; }
p { color: rgb(168,74,143); }
H1.HeaderClassName
{
color: #A84A8F;
}
.AnyTagClassName
{
color: #A84A8F;
}
</style>
background-color css
<style>
a { background-color: #A84A8F; }
a { background-color: rgb(168,74,143); }
div.DivClassName
{
background-color: #A84A8F;
}
.BgClassName
{
background-color: #A84A8F;
}
</style>
border-color css
<style>
span { border-color: #A84A8F; }
span { border-color: rgb(168,74,143); }
td.TdClassName
{
border-color: #A84A8F;
}
.TagClassName
{
border-color: #A84A8F;
}
</style>