Shades of Medium Purple #A279EA
Tints of Medium Purple #A279EA
RGB
CMYK
RGB Variations
Color information
#A279EA (or 0xA279EA) is known color: Medium Purple. HEX triplet: A2, 79 and EA. RGB value is (162,121,234). Sum of RGB (Red+Green+Blue) = 162+121+234=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #A279EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A279EA is #5D8615. Grayscale: #919191. Windows color (decimal): -6129174 or 15366562. OLE color: 15366562.
HSL color Cylindrical-coordinate representation of color #A279EA: hue angle of 261.77º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A279EA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 121 | 234 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.08 |
| HSL | 261.77º | 0.73% | 0.7% | - |
| HSV(B) | 261.77º | 0.48% | 0.92% | - |
| XYZ | 36.59 | 27.3 | 81.18 | - |
| YUV | 146.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 234 | 0.31 | 0.48 | 0 | 0.08 | 261.77 | 0.73 | 0.7 |
| Hex | A2 | 79 | EA | 1F | 30 | 0 | 8 | 106 | 49 | 46 |
| Octal | 242 | 171 | 352 | 37 | 60 | 0 | 10 | 406 | 111 | 106 |
| Binary | 10100010 | 1111001 | 11101010 | 11111 | 110000 | 0 | 1000 | 100000110 | 1001001 | 1000110 |
Color Harmonies of #A279EA
Complementary color
Monochromatic Colors of #A279EA
Black with #A279EA
Text Example
Text Example
White with #A279EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279EA; }
p { color: rgb(162,121,234); }
H1.HeaderClassName
{
color: #A279EA;
}
.AnyTagClassName
{
color: #A279EA;
}
</style>
background-color css
<style>
a { background-color: #A279EA; }
a { background-color: rgb(162,121,234); }
div.DivClassName
{
background-color: #A279EA;
}
.BgClassName
{
background-color: #A279EA;
}
</style>
border-color css
<style>
span { border-color: #A279EA; }
span { border-color: rgb(162,121,234); }
td.TdClassName
{
border-color: #A279EA;
}
.TagClassName
{
border-color: #A279EA;
}
</style>