Shades of Medium Red Violet #A826A0
Tints of Medium Red Violet #A826A0
RGB
CMYK
RGB Variations
Color information
#A826A0 (or 0xA826A0) is known color: Medium Red Violet. HEX triplet: A8, 26 and A0. RGB value is (168,38,160). Sum of RGB (Red+Green+Blue) = 168+38+160=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A826A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A826A0 is #57D95F. Grayscale: #5A5A5A. Windows color (decimal): -5757280 or 10495656. OLE color: 10495656.
HSL color Cylindrical-coordinate representation of color #A826A0: hue angle of 303.69º 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 #A826A0 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 160 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.34 |
| HSL | 303.69º | 0.63% | 0.4% | - |
| HSV(B) | 303.69º | 0.77% | 0.66% | - |
| XYZ | 23.19 | 12.25 | 34.4 | - |
| YUV | 90.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 160 | 0 | 0.77 | 0.05 | 0.34 | 303.69 | 0.63 | 0.4 |
| Hex | A8 | 26 | A0 | 0 | 4D | 5 | 22 | 130 | 3F | 28 |
| Octal | 250 | 46 | 240 | 0 | 115 | 5 | 42 | 460 | 77 | 50 |
| Binary | 10101000 | 100110 | 10100000 | 0 | 1001101 | 101 | 100010 | 100110000 | 111111 | 101000 |
Color Harmonies of #A826A0
Complementary color
Monochromatic Colors of #A826A0
Black with #A826A0
Text Example
Text Example
White with #A826A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826A0; }
p { color: rgb(168,38,160); }
H1.HeaderClassName
{
color: #A826A0;
}
.AnyTagClassName
{
color: #A826A0;
}
</style>
background-color css
<style>
a { background-color: #A826A0; }
a { background-color: rgb(168,38,160); }
div.DivClassName
{
background-color: #A826A0;
}
.BgClassName
{
background-color: #A826A0;
}
</style>
border-color css
<style>
span { border-color: #A826A0; }
span { border-color: rgb(168,38,160); }
td.TdClassName
{
border-color: #A826A0;
}
.TagClassName
{
border-color: #A826A0;
}
</style>