Shades of Medium Purple #A280ED
Tints of Medium Purple #A280ED
RGB
CMYK
RGB Variations
Color information
#A280ED (or 0xA280ED) is known color: Medium Purple. HEX triplet: A2, 80 and ED. RGB value is (162,128,237). Sum of RGB (Red+Green+Blue) = 162+128+237=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A280ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280ED is #5D7F12. Grayscale: #969696. Windows color (decimal): -6127379 or 15564962. OLE color: 15564962.
HSL color Cylindrical-coordinate representation of color #A280ED: hue angle of 258.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A280ED is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 128 | 237 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.07 |
| HSL | 258.72º | 0.75% | 0.72% | - |
| HSV(B) | 258.72º | 0.46% | 0.93% | - |
| XYZ | 37.91 | 29.23 | 83.77 | - |
| YUV | 150.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 237 | 0.32 | 0.46 | 0 | 0.07 | 258.72 | 0.75 | 0.72 |
| Hex | A2 | 80 | ED | 20 | 2E | 0 | 7 | 103 | 4B | 48 |
| Octal | 242 | 200 | 355 | 40 | 56 | 0 | 7 | 403 | 113 | 110 |
| Binary | 10100010 | 10000000 | 11101101 | 100000 | 101110 | 0 | 111 | 100000011 | 1001011 | 1001000 |
Color Harmonies of #A280ED
Complementary color
Monochromatic Colors of #A280ED
Black with #A280ED
Text Example
Text Example
White with #A280ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280ED; }
p { color: rgb(162,128,237); }
H1.HeaderClassName
{
color: #A280ED;
}
.AnyTagClassName
{
color: #A280ED;
}
</style>
background-color css
<style>
a { background-color: #A280ED; }
a { background-color: rgb(162,128,237); }
div.DivClassName
{
background-color: #A280ED;
}
.BgClassName
{
background-color: #A280ED;
}
</style>
border-color css
<style>
span { border-color: #A280ED; }
span { border-color: rgb(162,128,237); }
td.TdClassName
{
border-color: #A280ED;
}
.TagClassName
{
border-color: #A280ED;
}
</style>