Shades of Medium Red Violet #A83A7C
Tints of Medium Red Violet #A83A7C
RGB
CMYK
RGB Variations
Color information
#A83A7C (or 0xA83A7C) is known color: Medium Red Violet. HEX triplet: A8, 3A and 7C. RGB value is (168,58,124). Sum of RGB (Red+Green+Blue) = 168+58+124=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A7C is #57C583. Grayscale: #626262. Windows color (decimal): -5752196 or 8141480. OLE color: 8141480.
HSL color Cylindrical-coordinate representation of color #A83A7C: hue angle of 324º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A7C is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 124 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.34 |
| HSL | 324º | 0.49% | 0.44% | - |
| HSV(B) | 324º | 0.65% | 0.66% | - |
| XYZ | 21.3 | 12.81 | 20.42 | - |
| YUV | 98.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 124 | 0 | 0.65 | 0.26 | 0.34 | 324 | 0.49 | 0.44 |
| Hex | A8 | 3A | 7C | 0 | 41 | 1A | 22 | 144 | 31 | 2C |
| Octal | 250 | 72 | 174 | 0 | 101 | 32 | 42 | 504 | 61 | 54 |
| Binary | 10101000 | 111010 | 1111100 | 0 | 1000001 | 11010 | 100010 | 101000100 | 110001 | 101100 |
Color Harmonies of #A83A7C
Complementary color
Monochromatic Colors of #A83A7C
Black with #A83A7C
Text Example
Text Example
White with #A83A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A7C; }
p { color: rgb(168,58,124); }
H1.HeaderClassName
{
color: #A83A7C;
}
.AnyTagClassName
{
color: #A83A7C;
}
</style>
background-color css
<style>
a { background-color: #A83A7C; }
a { background-color: rgb(168,58,124); }
div.DivClassName
{
background-color: #A83A7C;
}
.BgClassName
{
background-color: #A83A7C;
}
</style>
border-color css
<style>
span { border-color: #A83A7C; }
span { border-color: rgb(168,58,124); }
td.TdClassName
{
border-color: #A83A7C;
}
.TagClassName
{
border-color: #A83A7C;
}
</style>