Shades of Medium Red Violet #A83D8A
Tints of Medium Red Violet #A83D8A
RGB
CMYK
RGB Variations
Color information
#A83D8A (or 0xA83D8A) is known color: Medium Red Violet. HEX triplet: A8, 3D and 8A. RGB value is (168,61,138). Sum of RGB (Red+Green+Blue) = 168+61+138=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83D8A is #57C275. Grayscale: #656565. Windows color (decimal): -5751414 or 9059752. OLE color: 9059752.
HSL color Cylindrical-coordinate representation of color #A83D8A: hue angle of 316.82º 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 #A83D8A is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 138 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.34 |
| HSL | 316.82º | 0.47% | 0.45% | - |
| HSV(B) | 316.82º | 0.64% | 0.66% | - |
| XYZ | 22.4 | 13.5 | 25.47 | - |
| YUV | 101.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 138 | 0 | 0.64 | 0.18 | 0.34 | 316.82 | 0.47 | 0.45 |
| Hex | A8 | 3D | 8A | 0 | 40 | 12 | 22 | 13D | 2F | 2D |
| Octal | 250 | 75 | 212 | 0 | 100 | 22 | 42 | 475 | 57 | 55 |
| Binary | 10101000 | 111101 | 10001010 | 0 | 1000000 | 10010 | 100010 | 100111101 | 101111 | 101101 |
Color Harmonies of #A83D8A
Complementary color
Monochromatic Colors of #A83D8A
Black with #A83D8A
Text Example
Text Example
White with #A83D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D8A; }
p { color: rgb(168,61,138); }
H1.HeaderClassName
{
color: #A83D8A;
}
.AnyTagClassName
{
color: #A83D8A;
}
</style>
background-color css
<style>
a { background-color: #A83D8A; }
a { background-color: rgb(168,61,138); }
div.DivClassName
{
background-color: #A83D8A;
}
.BgClassName
{
background-color: #A83D8A;
}
</style>
border-color css
<style>
span { border-color: #A83D8A; }
span { border-color: rgb(168,61,138); }
td.TdClassName
{
border-color: #A83D8A;
}
.TagClassName
{
border-color: #A83D8A;
}
</style>