Shades of Medium Purple #A480E2
Tints of Medium Purple #A480E2
RGB
CMYK
RGB Variations
Color information
#A480E2 (or 0xA480E2) is known color: Medium Purple. HEX triplet: A4, 80 and E2. RGB value is (164,128,226). Sum of RGB (Red+Green+Blue) = 164+128+226=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #A480E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480E2 is #5B7F1D. Grayscale: #959595. Windows color (decimal): -5996318 or 14844068. OLE color: 14844068.
HSL color Cylindrical-coordinate representation of color #A480E2: hue angle of 262.04º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A480E2 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 128 | 226 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.11 |
| HSL | 262.04º | 0.63% | 0.69% | - |
| HSV(B) | 262.04º | 0.43% | 0.89% | - |
| XYZ | 36.76 | 28.82 | 75.58 | - |
| YUV | 149.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 226 | 0.27 | 0.43 | 0 | 0.11 | 262.04 | 0.63 | 0.69 |
| Hex | A4 | 80 | E2 | 1B | 2B | 0 | B | 106 | 3F | 45 |
| Octal | 244 | 200 | 342 | 33 | 53 | 0 | 13 | 406 | 77 | 105 |
| Binary | 10100100 | 10000000 | 11100010 | 11011 | 101011 | 0 | 1011 | 100000110 | 111111 | 1000101 |
Color Harmonies of #A480E2
Complementary color
Monochromatic Colors of #A480E2
Black with #A480E2
Text Example
Text Example
White with #A480E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A480E2; }
p { color: rgb(164,128,226); }
H1.HeaderClassName
{
color: #A480E2;
}
.AnyTagClassName
{
color: #A480E2;
}
</style>
background-color css
<style>
a { background-color: #A480E2; }
a { background-color: rgb(164,128,226); }
div.DivClassName
{
background-color: #A480E2;
}
.BgClassName
{
background-color: #A480E2;
}
</style>
border-color css
<style>
span { border-color: #A480E2; }
span { border-color: rgb(164,128,226); }
td.TdClassName
{
border-color: #A480E2;
}
.TagClassName
{
border-color: #A480E2;
}
</style>