Shades of Medium Red Violet #A82380
Tints of Medium Red Violet #A82380
RGB
CMYK
RGB Variations
Color information
#A82380 (or 0xA82380) is known color: Medium Red Violet. HEX triplet: A8, 23 and 80. RGB value is (168,35,128). Sum of RGB (Red+Green+Blue) = 168+35+128=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A82380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82380 is #57DC7F. Grayscale: #555555. Windows color (decimal): -5758080 or 8397736. OLE color: 8397736.
HSL color Cylindrical-coordinate representation of color #A82380: hue angle of 318.05º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82380 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 128 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.34 |
| HSL | 318.05º | 0.66% | 0.4% | - |
| HSV(B) | 318.05º | 0.79% | 0.66% | - |
| XYZ | 20.65 | 11.09 | 21.47 | - |
| YUV | 85.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 128 | 0 | 0.79 | 0.24 | 0.34 | 318.05 | 0.66 | 0.4 |
| Hex | A8 | 23 | 80 | 0 | 4F | 18 | 22 | 13E | 42 | 28 |
| Octal | 250 | 43 | 200 | 0 | 117 | 30 | 42 | 476 | 102 | 50 |
| Binary | 10101000 | 100011 | 10000000 | 0 | 1001111 | 11000 | 100010 | 100111110 | 1000010 | 101000 |
Color Harmonies of #A82380
Complementary color
Monochromatic Colors of #A82380
Black with #A82380
Text Example
Text Example
White with #A82380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82380; }
p { color: rgb(168,35,128); }
H1.HeaderClassName
{
color: #A82380;
}
.AnyTagClassName
{
color: #A82380;
}
</style>
background-color css
<style>
a { background-color: #A82380; }
a { background-color: rgb(168,35,128); }
div.DivClassName
{
background-color: #A82380;
}
.BgClassName
{
background-color: #A82380;
}
</style>
border-color css
<style>
span { border-color: #A82380; }
span { border-color: rgb(168,35,128); }
td.TdClassName
{
border-color: #A82380;
}
.TagClassName
{
border-color: #A82380;
}
</style>