Shades of Medium Red Violet #A82AA4
Tints of Medium Red Violet #A82AA4
RGB
CMYK
RGB Variations
Color information
#A82AA4 (or 0xA82AA4) is known color: Medium Red Violet. HEX triplet: A8, 2A and A4. RGB value is (168,42,164). Sum of RGB (Red+Green+Blue) = 168+42+164=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A82AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AA4 is #57D55B. Grayscale: #5D5D5D. Windows color (decimal): -5756252 or 10758824. OLE color: 10758824.
HSL color Cylindrical-coordinate representation of color #A82AA4: hue angle of 301.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82AA4 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 164 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.34 |
| HSL | 301.9º | 0.6% | 0.41% | - |
| HSV(B) | 301.9º | 0.75% | 0.66% | - |
| XYZ | 23.68 | 12.66 | 36.32 | - |
| YUV | 93.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 164 | 0 | 0.75 | 0.02 | 0.34 | 301.9 | 0.6 | 0.41 |
| Hex | A8 | 2A | A4 | 0 | 4B | 2 | 22 | 12E | 3C | 29 |
| Octal | 250 | 52 | 244 | 0 | 113 | 2 | 42 | 456 | 74 | 51 |
| Binary | 10101000 | 101010 | 10100100 | 0 | 1001011 | 10 | 100010 | 100101110 | 111100 | 101001 |
Color Harmonies of #A82AA4
Complementary color
Monochromatic Colors of #A82AA4
Black with #A82AA4
Text Example
Text Example
White with #A82AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82AA4; }
p { color: rgb(168,42,164); }
H1.HeaderClassName
{
color: #A82AA4;
}
.AnyTagClassName
{
color: #A82AA4;
}
</style>
background-color css
<style>
a { background-color: #A82AA4; }
a { background-color: rgb(168,42,164); }
div.DivClassName
{
background-color: #A82AA4;
}
.BgClassName
{
background-color: #A82AA4;
}
</style>
border-color css
<style>
span { border-color: #A82AA4; }
span { border-color: rgb(168,42,164); }
td.TdClassName
{
border-color: #A82AA4;
}
.TagClassName
{
border-color: #A82AA4;
}
</style>