Shades of Medium Purple #A480F0
Tints of Medium Purple #A480F0
RGB
CMYK
RGB Variations
Color information
#A480F0 (or 0xA480F0) is known color: Medium Purple. HEX triplet: A4, 80 and F0. RGB value is (164,128,240). Sum of RGB (Red+Green+Blue) = 164+128+240=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #A480F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A480F0 is #5B7F0F. Grayscale: #979797. Windows color (decimal): -5996304 or 15761572. OLE color: 15761572.
HSL color Cylindrical-coordinate representation of color #A480F0: hue angle of 259.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A480F0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 128 | 240 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.06 |
| HSL | 259.29º | 0.79% | 0.72% | - |
| HSV(B) | 259.29º | 0.47% | 0.94% | - |
| XYZ | 38.76 | 29.62 | 86.11 | - |
| YUV | 151.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 240 | 0.32 | 0.47 | 0 | 0.06 | 259.29 | 0.79 | 0.72 |
| Hex | A4 | 80 | F0 | 20 | 2F | 0 | 6 | 103 | 4F | 48 |
| Octal | 244 | 200 | 360 | 40 | 57 | 0 | 6 | 403 | 117 | 110 |
| Binary | 10100100 | 10000000 | 11110000 | 100000 | 101111 | 0 | 110 | 100000011 | 1001111 | 1001000 |
Color Harmonies of #A480F0
Complementary color
Monochromatic Colors of #A480F0
Black with #A480F0
Text Example
Text Example
White with #A480F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A480F0; }
p { color: rgb(164,128,240); }
H1.HeaderClassName
{
color: #A480F0;
}
.AnyTagClassName
{
color: #A480F0;
}
</style>
background-color css
<style>
a { background-color: #A480F0; }
a { background-color: rgb(164,128,240); }
div.DivClassName
{
background-color: #A480F0;
}
.BgClassName
{
background-color: #A480F0;
}
</style>
border-color css
<style>
span { border-color: #A480F0; }
span { border-color: rgb(164,128,240); }
td.TdClassName
{
border-color: #A480F0;
}
.TagClassName
{
border-color: #A480F0;
}
</style>