Shades of Medium Purple #A280E2
Tints of Medium Purple #A280E2
RGB
CMYK
RGB Variations
Color information
#A280E2 (or 0xA280E2) is known color: Medium Purple. HEX triplet: A2, 80 and E2. RGB value is (162,128,226). Sum of RGB (Red+Green+Blue) = 162+128+226=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #A280E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280E2 is #5D7F1D. Grayscale: #949494. Windows color (decimal): -6127390 or 14844066. OLE color: 14844066.
HSL color Cylindrical-coordinate representation of color #A280E2: hue angle of 260.82º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A280E2 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 128 | 226 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.11 |
| HSL | 260.82º | 0.63% | 0.69% | - |
| HSV(B) | 260.82º | 0.43% | 0.89% | - |
| XYZ | 36.35 | 28.61 | 75.56 | - |
| YUV | 149.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 226 | 0.28 | 0.43 | 0 | 0.11 | 260.82 | 0.63 | 0.69 |
| Hex | A2 | 80 | E2 | 1C | 2B | 0 | B | 105 | 3F | 45 |
| Octal | 242 | 200 | 342 | 34 | 53 | 0 | 13 | 405 | 77 | 105 |
| Binary | 10100010 | 10000000 | 11100010 | 11100 | 101011 | 0 | 1011 | 100000101 | 111111 | 1000101 |
Color Harmonies of #A280E2
Complementary color
Monochromatic Colors of #A280E2
Black with #A280E2
Text Example
Text Example
White with #A280E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280E2; }
p { color: rgb(162,128,226); }
H1.HeaderClassName
{
color: #A280E2;
}
.AnyTagClassName
{
color: #A280E2;
}
</style>
background-color css
<style>
a { background-color: #A280E2; }
a { background-color: rgb(162,128,226); }
div.DivClassName
{
background-color: #A280E2;
}
.BgClassName
{
background-color: #A280E2;
}
</style>
border-color css
<style>
span { border-color: #A280E2; }
span { border-color: rgb(162,128,226); }
td.TdClassName
{
border-color: #A280E2;
}
.TagClassName
{
border-color: #A280E2;
}
</style>