Shades of Medium Red Violet #A83282
Tints of Medium Red Violet #A83282
RGB
CMYK
RGB Variations
Color information
#A83282 (or 0xA83282) is known color: Medium Red Violet. HEX triplet: A8, 32 and 82. RGB value is (168,50,130). Sum of RGB (Red+Green+Blue) = 168+50+130=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A83282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83282 is #57CD7D. Grayscale: #5E5E5E. Windows color (decimal): -5754238 or 8532648. OLE color: 8532648.
HSL color Cylindrical-coordinate representation of color #A83282: hue angle of 319.32º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83282 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 130 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.34 |
| HSL | 319.32º | 0.54% | 0.43% | - |
| HSV(B) | 319.32º | 0.7% | 0.66% | - |
| XYZ | 21.32 | 12.22 | 22.35 | - |
| YUV | 94.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 130 | 0 | 0.70 | 0.23 | 0.34 | 319.32 | 0.54 | 0.43 |
| Hex | A8 | 32 | 82 | 0 | 46 | 17 | 22 | 13F | 36 | 2B |
| Octal | 250 | 62 | 202 | 0 | 106 | 27 | 42 | 477 | 66 | 53 |
| Binary | 10101000 | 110010 | 10000010 | 0 | 1000110 | 10111 | 100010 | 100111111 | 110110 | 101011 |
Color Harmonies of #A83282
Complementary color
Monochromatic Colors of #A83282
Black with #A83282
Text Example
Text Example
White with #A83282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83282; }
p { color: rgb(168,50,130); }
H1.HeaderClassName
{
color: #A83282;
}
.AnyTagClassName
{
color: #A83282;
}
</style>
background-color css
<style>
a { background-color: #A83282; }
a { background-color: rgb(168,50,130); }
div.DivClassName
{
background-color: #A83282;
}
.BgClassName
{
background-color: #A83282;
}
</style>
border-color css
<style>
span { border-color: #A83282; }
span { border-color: rgb(168,50,130); }
td.TdClassName
{
border-color: #A83282;
}
.TagClassName
{
border-color: #A83282;
}
</style>