Shades of Medium Purple #A480F1
Tints of Medium Purple #A480F1
RGB
CMYK
RGB Variations
Color information
#A480F1 (or 0xA480F1) is known color: Medium Purple. HEX triplet: A4, 80 and F1. RGB value is (164,128,241). Sum of RGB (Red+Green+Blue) = 164+128+241=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #A480F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A480F1 is #5B7F0E. Grayscale: #979797. Windows color (decimal): -5996303 or 15827108. OLE color: 15827108.
HSL color Cylindrical-coordinate representation of color #A480F1: hue angle of 259.12º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A480F1 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 128 | 241 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.05 |
| HSL | 259.12º | 0.8% | 0.72% | - |
| HSV(B) | 259.12º | 0.47% | 0.95% | - |
| XYZ | 38.91 | 29.68 | 86.9 | - |
| YUV | 151.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 241 | 0.32 | 0.47 | 0 | 0.05 | 259.12 | 0.8 | 0.72 |
| Hex | A4 | 80 | F1 | 20 | 2F | 0 | 5 | 103 | 50 | 48 |
| Octal | 244 | 200 | 361 | 40 | 57 | 0 | 5 | 403 | 120 | 110 |
| Binary | 10100100 | 10000000 | 11110001 | 100000 | 101111 | 0 | 101 | 100000011 | 1010000 | 1001000 |
Color Harmonies of #A480F1
Complementary color
Monochromatic Colors of #A480F1
Black with #A480F1
Text Example
Text Example
White with #A480F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A480F1; }
p { color: rgb(164,128,241); }
H1.HeaderClassName
{
color: #A480F1;
}
.AnyTagClassName
{
color: #A480F1;
}
</style>
background-color css
<style>
a { background-color: #A480F1; }
a { background-color: rgb(164,128,241); }
div.DivClassName
{
background-color: #A480F1;
}
.BgClassName
{
background-color: #A480F1;
}
</style>
border-color css
<style>
span { border-color: #A480F1; }
span { border-color: rgb(164,128,241); }
td.TdClassName
{
border-color: #A480F1;
}
.TagClassName
{
border-color: #A480F1;
}
</style>