Shades of Medium Red Violet #A82678
Tints of Medium Red Violet #A82678
RGB
CMYK
RGB Variations
Color information
#A82678 (or 0xA82678) is known color: Medium Red Violet. HEX triplet: A8, 26 and 78. RGB value is (168,38,120). Sum of RGB (Red+Green+Blue) = 168+38+120=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A82678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82678 is #57D987. Grayscale: #565656. Windows color (decimal): -5757320 or 7874216. OLE color: 7874216.
HSL color Cylindrical-coordinate representation of color #A82678: hue angle of 322.15º 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 #A82678 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 120 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.34 |
| HSL | 322.15º | 0.63% | 0.4% | - |
| HSV(B) | 322.15º | 0.77% | 0.66% | - |
| XYZ | 20.23 | 11.07 | 18.84 | - |
| YUV | 86.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 120 | 0 | 0.77 | 0.29 | 0.34 | 322.15 | 0.63 | 0.4 |
| Hex | A8 | 26 | 78 | 0 | 4D | 1D | 22 | 142 | 3F | 28 |
| Octal | 250 | 46 | 170 | 0 | 115 | 35 | 42 | 502 | 77 | 50 |
| Binary | 10101000 | 100110 | 1111000 | 0 | 1001101 | 11101 | 100010 | 101000010 | 111111 | 101000 |
Color Harmonies of #A82678
Complementary color
Monochromatic Colors of #A82678
Black with #A82678
Text Example
Text Example
White with #A82678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82678; }
p { color: rgb(168,38,120); }
H1.HeaderClassName
{
color: #A82678;
}
.AnyTagClassName
{
color: #A82678;
}
</style>
background-color css
<style>
a { background-color: #A82678; }
a { background-color: rgb(168,38,120); }
div.DivClassName
{
background-color: #A82678;
}
.BgClassName
{
background-color: #A82678;
}
</style>
border-color css
<style>
span { border-color: #A82678; }
span { border-color: rgb(168,38,120); }
td.TdClassName
{
border-color: #A82678;
}
.TagClassName
{
border-color: #A82678;
}
</style>