Shades of Medium Purple #A279EC
Tints of Medium Purple #A279EC
RGB
CMYK
RGB Variations
Color information
#A279EC (or 0xA279EC) is known color: Medium Purple. HEX triplet: A2, 79 and EC. RGB value is (162,121,236). Sum of RGB (Red+Green+Blue) = 162+121+236=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #A279EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A279EC is #5D8613. Grayscale: #919191. Windows color (decimal): -6129172 or 15497634. OLE color: 15497634.
HSL color Cylindrical-coordinate representation of color #A279EC: hue angle of 261.39º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A279EC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 121 | 236 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.07 |
| HSL | 261.39º | 0.75% | 0.7% | - |
| HSV(B) | 261.39º | 0.49% | 0.93% | - |
| XYZ | 36.88 | 27.41 | 82.7 | - |
| YUV | 146.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 236 | 0.31 | 0.49 | 0 | 0.07 | 261.39 | 0.75 | 0.7 |
| Hex | A2 | 79 | EC | 1F | 31 | 0 | 7 | 105 | 4B | 46 |
| Octal | 242 | 171 | 354 | 37 | 61 | 0 | 7 | 405 | 113 | 106 |
| Binary | 10100010 | 1111001 | 11101100 | 11111 | 110001 | 0 | 111 | 100000101 | 1001011 | 1000110 |
Color Harmonies of #A279EC
Complementary color
Monochromatic Colors of #A279EC
Black with #A279EC
Text Example
Text Example
White with #A279EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279EC; }
p { color: rgb(162,121,236); }
H1.HeaderClassName
{
color: #A279EC;
}
.AnyTagClassName
{
color: #A279EC;
}
</style>
background-color css
<style>
a { background-color: #A279EC; }
a { background-color: rgb(162,121,236); }
div.DivClassName
{
background-color: #A279EC;
}
.BgClassName
{
background-color: #A279EC;
}
</style>
border-color css
<style>
span { border-color: #A279EC; }
span { border-color: rgb(162,121,236); }
td.TdClassName
{
border-color: #A279EC;
}
.TagClassName
{
border-color: #A279EC;
}
</style>