Shades of Medium Red Violet #A84883
Tints of Medium Red Violet #A84883
RGB
CMYK
RGB Variations
Color information
#A84883 (or 0xA84883) is known color: Medium Red Violet. HEX triplet: A8, 48 and 83. RGB value is (168,72,131). Sum of RGB (Red+Green+Blue) = 168+72+131=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A84883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84883 is #57B77C. Grayscale: #6B6B6B. Windows color (decimal): -5748605 or 8603816. OLE color: 8603816.
HSL color Cylindrical-coordinate representation of color #A84883: hue angle of 323.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84883 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 131 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.34 |
| HSL | 323.13º | 0.4% | 0.47% | - |
| HSV(B) | 323.13º | 0.57% | 0.66% | - |
| XYZ | 22.56 | 14.6 | 23.1 | - |
| YUV | 107.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 131 | 0 | 0.57 | 0.22 | 0.34 | 323.13 | 0.4 | 0.47 |
| Hex | A8 | 48 | 83 | 0 | 39 | 16 | 22 | 143 | 28 | 2F |
| Octal | 250 | 110 | 203 | 0 | 71 | 26 | 42 | 503 | 50 | 57 |
| Binary | 10101000 | 1001000 | 10000011 | 0 | 111001 | 10110 | 100010 | 101000011 | 101000 | 101111 |
Color Harmonies of #A84883
Complementary color
Monochromatic Colors of #A84883
Black with #A84883
Text Example
Text Example
White with #A84883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84883; }
p { color: rgb(168,72,131); }
H1.HeaderClassName
{
color: #A84883;
}
.AnyTagClassName
{
color: #A84883;
}
</style>
background-color css
<style>
a { background-color: #A84883; }
a { background-color: rgb(168,72,131); }
div.DivClassName
{
background-color: #A84883;
}
.BgClassName
{
background-color: #A84883;
}
</style>
border-color css
<style>
span { border-color: #A84883; }
span { border-color: rgb(168,72,131); }
td.TdClassName
{
border-color: #A84883;
}
.TagClassName
{
border-color: #A84883;
}
</style>