Shades of Medium Purple #A279E1
Tints of Medium Purple #A279E1
RGB
CMYK
RGB Variations
Color information
#A279E1 (or 0xA279E1) is known color: Medium Purple. HEX triplet: A2, 79 and E1. RGB value is (162,121,225). Sum of RGB (Red+Green+Blue) = 162+121+225=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #A279E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279E1 is #5D861E. Grayscale: #909090. Windows color (decimal): -6129183 or 14776738. OLE color: 14776738.
HSL color Cylindrical-coordinate representation of color #A279E1: hue angle of 263.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A279E1 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 121 | 225 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.12 |
| HSL | 263.65º | 0.63% | 0.68% | - |
| HSV(B) | 263.65º | 0.46% | 0.88% | - |
| XYZ | 35.33 | 26.79 | 74.54 | - |
| YUV | 145.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 225 | 0.28 | 0.46 | 0 | 0.12 | 263.65 | 0.63 | 0.68 |
| Hex | A2 | 79 | E1 | 1C | 2E | 0 | C | 108 | 3F | 44 |
| Octal | 242 | 171 | 341 | 34 | 56 | 0 | 14 | 410 | 77 | 104 |
| Binary | 10100010 | 1111001 | 11100001 | 11100 | 101110 | 0 | 1100 | 100001000 | 111111 | 1000100 |
Color Harmonies of #A279E1
Complementary color
Monochromatic Colors of #A279E1
Black with #A279E1
Text Example
Text Example
White with #A279E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279E1; }
p { color: rgb(162,121,225); }
H1.HeaderClassName
{
color: #A279E1;
}
.AnyTagClassName
{
color: #A279E1;
}
</style>
background-color css
<style>
a { background-color: #A279E1; }
a { background-color: rgb(162,121,225); }
div.DivClassName
{
background-color: #A279E1;
}
.BgClassName
{
background-color: #A279E1;
}
</style>
border-color css
<style>
span { border-color: #A279E1; }
span { border-color: rgb(162,121,225); }
td.TdClassName
{
border-color: #A279E1;
}
.TagClassName
{
border-color: #A279E1;
}
</style>