Shades of Medium Red Violet #A82683
Tints of Medium Red Violet #A82683
RGB
CMYK
RGB Variations
Color information
#A82683 (or 0xA82683) is known color: Medium Red Violet. HEX triplet: A8, 26 and 83. RGB value is (168,38,131). Sum of RGB (Red+Green+Blue) = 168+38+131=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A82683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82683 is #57D97C. Grayscale: #575757. Windows color (decimal): -5757309 or 8595112. OLE color: 8595112.
HSL color Cylindrical-coordinate representation of color #A82683: hue angle of 317.08º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82683 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 131 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.34 |
| HSL | 317.08º | 0.63% | 0.4% | - |
| HSV(B) | 317.08º | 0.77% | 0.66% | - |
| XYZ | 20.94 | 11.35 | 22.56 | - |
| YUV | 87.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 131 | 0 | 0.77 | 0.22 | 0.34 | 317.08 | 0.63 | 0.4 |
| Hex | A8 | 26 | 83 | 0 | 4D | 16 | 22 | 13D | 3F | 28 |
| Octal | 250 | 46 | 203 | 0 | 115 | 26 | 42 | 475 | 77 | 50 |
| Binary | 10101000 | 100110 | 10000011 | 0 | 1001101 | 10110 | 100010 | 100111101 | 111111 | 101000 |
Color Harmonies of #A82683
Complementary color
Monochromatic Colors of #A82683
Black with #A82683
Text Example
Text Example
White with #A82683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82683; }
p { color: rgb(168,38,131); }
H1.HeaderClassName
{
color: #A82683;
}
.AnyTagClassName
{
color: #A82683;
}
</style>
background-color css
<style>
a { background-color: #A82683; }
a { background-color: rgb(168,38,131); }
div.DivClassName
{
background-color: #A82683;
}
.BgClassName
{
background-color: #A82683;
}
</style>
border-color css
<style>
span { border-color: #A82683; }
span { border-color: rgb(168,38,131); }
td.TdClassName
{
border-color: #A82683;
}
.TagClassName
{
border-color: #A82683;
}
</style>