Shades of Medium Purple #A280EC
Tints of Medium Purple #A280EC
RGB
CMYK
RGB Variations
Color information
#A280EC (or 0xA280EC) is known color: Medium Purple. HEX triplet: A2, 80 and EC. RGB value is (162,128,236). Sum of RGB (Red+Green+Blue) = 162+128+236=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #A280EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280EC is #5D7F13. Grayscale: #969696. Windows color (decimal): -6127380 or 15499426. OLE color: 15499426.
HSL color Cylindrical-coordinate representation of color #A280EC: hue angle of 258.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A280EC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 128 | 236 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.07 |
| HSL | 258.89º | 0.74% | 0.71% | - |
| HSV(B) | 258.89º | 0.46% | 0.93% | - |
| XYZ | 37.76 | 29.18 | 83 | - |
| YUV | 150.48 | 176.26 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 236 | 0.31 | 0.46 | 0 | 0.07 | 258.89 | 0.74 | 0.71 |
| Hex | A2 | 80 | EC | 1F | 2E | 0 | 7 | 103 | 4A | 47 |
| Octal | 242 | 200 | 354 | 37 | 56 | 0 | 7 | 403 | 112 | 107 |
| Binary | 10100010 | 10000000 | 11101100 | 11111 | 101110 | 0 | 111 | 100000011 | 1001010 | 1000111 |
Color Harmonies of #A280EC
Complementary color
Monochromatic Colors of #A280EC
Black with #A280EC
Text Example
Text Example
White with #A280EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280EC; }
p { color: rgb(162,128,236); }
H1.HeaderClassName
{
color: #A280EC;
}
.AnyTagClassName
{
color: #A280EC;
}
</style>
background-color css
<style>
a { background-color: #A280EC; }
a { background-color: rgb(162,128,236); }
div.DivClassName
{
background-color: #A280EC;
}
.BgClassName
{
background-color: #A280EC;
}
</style>
border-color css
<style>
span { border-color: #A280EC; }
span { border-color: rgb(162,128,236); }
td.TdClassName
{
border-color: #A280EC;
}
.TagClassName
{
border-color: #A280EC;
}
</style>