Shades of Medium Red Violet #A83884
Tints of Medium Red Violet #A83884
RGB
CMYK
RGB Variations
Color information
#A83884 (or 0xA83884) is known color: Medium Red Violet. HEX triplet: A8, 38 and 84. RGB value is (168,56,132). Sum of RGB (Red+Green+Blue) = 168+56+132=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A83884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83884 is #57C77B. Grayscale: #616161. Windows color (decimal): -5752700 or 8665256. OLE color: 8665256.
HSL color Cylindrical-coordinate representation of color #A83884: hue angle of 319.29º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83884 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 132 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.34 |
| HSL | 319.29º | 0.5% | 0.44% | - |
| HSV(B) | 319.29º | 0.67% | 0.66% | - |
| XYZ | 21.73 | 12.82 | 23.16 | - |
| YUV | 98.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 132 | 0 | 0.67 | 0.21 | 0.34 | 319.29 | 0.5 | 0.44 |
| Hex | A8 | 38 | 84 | 0 | 43 | 15 | 22 | 13F | 32 | 2C |
| Octal | 250 | 70 | 204 | 0 | 103 | 25 | 42 | 477 | 62 | 54 |
| Binary | 10101000 | 111000 | 10000100 | 0 | 1000011 | 10101 | 100010 | 100111111 | 110010 | 101100 |
Color Harmonies of #A83884
Complementary color
Monochromatic Colors of #A83884
Black with #A83884
Text Example
Text Example
White with #A83884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83884; }
p { color: rgb(168,56,132); }
H1.HeaderClassName
{
color: #A83884;
}
.AnyTagClassName
{
color: #A83884;
}
</style>
background-color css
<style>
a { background-color: #A83884; }
a { background-color: rgb(168,56,132); }
div.DivClassName
{
background-color: #A83884;
}
.BgClassName
{
background-color: #A83884;
}
</style>
border-color css
<style>
span { border-color: #A83884; }
span { border-color: rgb(168,56,132); }
td.TdClassName
{
border-color: #A83884;
}
.TagClassName
{
border-color: #A83884;
}
</style>