Shades of Medium Purple #A280E0
Tints of Medium Purple #A280E0
RGB
CMYK
RGB Variations
Color information
#A280E0 (or 0xA280E0) is known color: Medium Purple. HEX triplet: A2, 80 and E0. RGB value is (162,128,224). Sum of RGB (Red+Green+Blue) = 162+128+224=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #A280E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280E0 is #5D7F1F. Grayscale: #949494. Windows color (decimal): -6127392 or 14712994. OLE color: 14712994.
HSL color Cylindrical-coordinate representation of color #A280E0: hue angle of 261.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A280E0 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 128 | 224 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.12 |
| HSL | 261.25º | 0.61% | 0.69% | - |
| HSV(B) | 261.25º | 0.43% | 0.88% | - |
| XYZ | 36.07 | 28.5 | 74.12 | - |
| YUV | 149.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 224 | 0.28 | 0.43 | 0 | 0.12 | 261.25 | 0.61 | 0.69 |
| Hex | A2 | 80 | E0 | 1C | 2B | 0 | C | 105 | 3D | 45 |
| Octal | 242 | 200 | 340 | 34 | 53 | 0 | 14 | 405 | 75 | 105 |
| Binary | 10100010 | 10000000 | 11100000 | 11100 | 101011 | 0 | 1100 | 100000101 | 111101 | 1000101 |
Color Harmonies of #A280E0
Complementary color
Monochromatic Colors of #A280E0
Black with #A280E0
Text Example
Text Example
White with #A280E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280E0; }
p { color: rgb(162,128,224); }
H1.HeaderClassName
{
color: #A280E0;
}
.AnyTagClassName
{
color: #A280E0;
}
</style>
background-color css
<style>
a { background-color: #A280E0; }
a { background-color: rgb(162,128,224); }
div.DivClassName
{
background-color: #A280E0;
}
.BgClassName
{
background-color: #A280E0;
}
</style>
border-color css
<style>
span { border-color: #A280E0; }
span { border-color: rgb(162,128,224); }
td.TdClassName
{
border-color: #A280E0;
}
.TagClassName
{
border-color: #A280E0;
}
</style>