Shades of Medium Red Violet #A83D7D
Tints of Medium Red Violet #A83D7D
RGB
CMYK
RGB Variations
Color information
#A83D7D (or 0xA83D7D) is known color: Medium Red Violet. HEX triplet: A8, 3D and 7D. RGB value is (168,61,125). Sum of RGB (Red+Green+Blue) = 168+61+125=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83D7D is #57C282. Grayscale: #646464. Windows color (decimal): -5751427 or 8207784. OLE color: 8207784.
HSL color Cylindrical-coordinate representation of color #A83D7D: hue angle of 324.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D7D is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 125 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.34 |
| HSL | 324.11º | 0.47% | 0.45% | - |
| HSV(B) | 324.11º | 0.64% | 0.66% | - |
| XYZ | 21.52 | 13.14 | 20.8 | - |
| YUV | 100.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 125 | 0 | 0.64 | 0.26 | 0.34 | 324.11 | 0.47 | 0.45 |
| Hex | A8 | 3D | 7D | 0 | 40 | 1A | 22 | 144 | 2F | 2D |
| Octal | 250 | 75 | 175 | 0 | 100 | 32 | 42 | 504 | 57 | 55 |
| Binary | 10101000 | 111101 | 1111101 | 0 | 1000000 | 11010 | 100010 | 101000100 | 101111 | 101101 |
Color Harmonies of #A83D7D
Complementary color
Monochromatic Colors of #A83D7D
Black with #A83D7D
Text Example
Text Example
White with #A83D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D7D; }
p { color: rgb(168,61,125); }
H1.HeaderClassName
{
color: #A83D7D;
}
.AnyTagClassName
{
color: #A83D7D;
}
</style>
background-color css
<style>
a { background-color: #A83D7D; }
a { background-color: rgb(168,61,125); }
div.DivClassName
{
background-color: #A83D7D;
}
.BgClassName
{
background-color: #A83D7D;
}
</style>
border-color css
<style>
span { border-color: #A83D7D; }
span { border-color: rgb(168,61,125); }
td.TdClassName
{
border-color: #A83D7D;
}
.TagClassName
{
border-color: #A83D7D;
}
</style>