Shades of Medium Purple #A279EB
Tints of Medium Purple #A279EB
RGB
CMYK
RGB Variations
Color information
#A279EB (or 0xA279EB) is known color: Medium Purple. HEX triplet: A2, 79 and EB. RGB value is (162,121,235). Sum of RGB (Red+Green+Blue) = 162+121+235=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #A279EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A279EB is #5D8614. Grayscale: #919191. Windows color (decimal): -6129173 or 15432098. OLE color: 15432098.
HSL color Cylindrical-coordinate representation of color #A279EB: hue angle of 261.58º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A279EB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 121 | 235 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.08 |
| HSL | 261.58º | 0.74% | 0.7% | - |
| HSV(B) | 261.58º | 0.49% | 0.92% | - |
| XYZ | 36.73 | 27.35 | 81.94 | - |
| YUV | 146.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 235 | 0.31 | 0.49 | 0 | 0.08 | 261.58 | 0.74 | 0.7 |
| Hex | A2 | 79 | EB | 1F | 31 | 0 | 8 | 106 | 4A | 46 |
| Octal | 242 | 171 | 353 | 37 | 61 | 0 | 10 | 406 | 112 | 106 |
| Binary | 10100010 | 1111001 | 11101011 | 11111 | 110001 | 0 | 1000 | 100000110 | 1001010 | 1000110 |
Color Harmonies of #A279EB
Complementary color
Monochromatic Colors of #A279EB
Black with #A279EB
Text Example
Text Example
White with #A279EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279EB; }
p { color: rgb(162,121,235); }
H1.HeaderClassName
{
color: #A279EB;
}
.AnyTagClassName
{
color: #A279EB;
}
</style>
background-color css
<style>
a { background-color: #A279EB; }
a { background-color: rgb(162,121,235); }
div.DivClassName
{
background-color: #A279EB;
}
.BgClassName
{
background-color: #A279EB;
}
</style>
border-color css
<style>
span { border-color: #A279EB; }
span { border-color: rgb(162,121,235); }
td.TdClassName
{
border-color: #A279EB;
}
.TagClassName
{
border-color: #A279EB;
}
</style>