Shades of Medium Purple #A278ED
Tints of Medium Purple #A278ED
RGB
CMYK
RGB Variations
Color information
#A278ED (or 0xA278ED) is known color: Medium Purple. HEX triplet: A2, 78 and ED. RGB value is (162,120,237). Sum of RGB (Red+Green+Blue) = 162+120+237=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A278ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A278ED is #5D8712. Grayscale: #919191. Windows color (decimal): -6129427 or 15562914. OLE color: 15562914.
HSL color Cylindrical-coordinate representation of color #A278ED: hue angle of 261.54º degrees, saturation: 0.76, 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 #A278ED is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 120 | 237 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.07 |
| HSL | 261.54º | 0.76% | 0.7% | - |
| HSV(B) | 261.54º | 0.49% | 0.93% | - |
| XYZ | 36.9 | 27.23 | 83.43 | - |
| YUV | 145.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 237 | 0.32 | 0.49 | 0 | 0.07 | 261.54 | 0.76 | 0.7 |
| Hex | A2 | 78 | ED | 20 | 31 | 0 | 7 | 106 | 4C | 46 |
| Octal | 242 | 170 | 355 | 40 | 61 | 0 | 7 | 406 | 114 | 106 |
| Binary | 10100010 | 1111000 | 11101101 | 100000 | 110001 | 0 | 111 | 100000110 | 1001100 | 1000110 |
Color Harmonies of #A278ED
Complementary color
Monochromatic Colors of #A278ED
Black with #A278ED
Text Example
Text Example
White with #A278ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278ED; }
p { color: rgb(162,120,237); }
H1.HeaderClassName
{
color: #A278ED;
}
.AnyTagClassName
{
color: #A278ED;
}
</style>
background-color css
<style>
a { background-color: #A278ED; }
a { background-color: rgb(162,120,237); }
div.DivClassName
{
background-color: #A278ED;
}
.BgClassName
{
background-color: #A278ED;
}
</style>
border-color css
<style>
span { border-color: #A278ED; }
span { border-color: rgb(162,120,237); }
td.TdClassName
{
border-color: #A278ED;
}
.TagClassName
{
border-color: #A278ED;
}
</style>