Shades of Medium Red Violet #A84A85
Tints of Medium Red Violet #A84A85
RGB
CMYK
RGB Variations
Color information
#A84A85 (or 0xA84A85) is known color: Medium Red Violet. HEX triplet: A8, 4A and 85. RGB value is (168,74,133). Sum of RGB (Red+Green+Blue) = 168+74+133=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84A85 is #57B57A. Grayscale: #6C6C6C. Windows color (decimal): -5748091 or 8735400. OLE color: 8735400.
HSL color Cylindrical-coordinate representation of color #A84A85: hue angle of 322.34º 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 #A84A85 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 133 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.34 |
| HSL | 322.34º | 0.39% | 0.47% | - |
| HSV(B) | 322.34º | 0.56% | 0.66% | - |
| XYZ | 22.83 | 14.92 | 23.87 | - |
| YUV | 108.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 133 | 0 | 0.56 | 0.21 | 0.34 | 322.34 | 0.39 | 0.47 |
| Hex | A8 | 4A | 85 | 0 | 38 | 15 | 22 | 142 | 27 | 2F |
| Octal | 250 | 112 | 205 | 0 | 70 | 25 | 42 | 502 | 47 | 57 |
| Binary | 10101000 | 1001010 | 10000101 | 0 | 111000 | 10101 | 100010 | 101000010 | 100111 | 101111 |
Color Harmonies of #A84A85
Complementary color
Monochromatic Colors of #A84A85
Black with #A84A85
Text Example
Text Example
White with #A84A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A85; }
p { color: rgb(168,74,133); }
H1.HeaderClassName
{
color: #A84A85;
}
.AnyTagClassName
{
color: #A84A85;
}
</style>
background-color css
<style>
a { background-color: #A84A85; }
a { background-color: rgb(168,74,133); }
div.DivClassName
{
background-color: #A84A85;
}
.BgClassName
{
background-color: #A84A85;
}
</style>
border-color css
<style>
span { border-color: #A84A85; }
span { border-color: rgb(168,74,133); }
td.TdClassName
{
border-color: #A84A85;
}
.TagClassName
{
border-color: #A84A85;
}
</style>