Shades of Medium Purple #A278E5
Tints of Medium Purple #A278E5
RGB
CMYK
RGB Variations
Color information
#A278E5 (or 0xA278E5) is known color: Medium Purple. HEX triplet: A2, 78 and E5. RGB value is (162,120,229). Sum of RGB (Red+Green+Blue) = 162+120+229=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #A278E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278E5 is #5D871A. Grayscale: #909090. Windows color (decimal): -6129435 or 15038626. OLE color: 15038626.
HSL color Cylindrical-coordinate representation of color #A278E5: hue angle of 263.12º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A278E5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 120 | 229 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.10 |
| HSL | 263.12º | 0.68% | 0.68% | - |
| HSV(B) | 263.12º | 0.48% | 0.9% | - |
| XYZ | 35.76 | 26.77 | 77.41 | - |
| YUV | 144.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 229 | 0.29 | 0.48 | 0 | 0.10 | 263.12 | 0.68 | 0.68 |
| Hex | A2 | 78 | E5 | 1D | 30 | 0 | A | 107 | 44 | 44 |
| Octal | 242 | 170 | 345 | 35 | 60 | 0 | 12 | 407 | 104 | 104 |
| Binary | 10100010 | 1111000 | 11100101 | 11101 | 110000 | 0 | 1010 | 100000111 | 1000100 | 1000100 |
Color Harmonies of #A278E5
Complementary color
Monochromatic Colors of #A278E5
Black with #A278E5
Text Example
Text Example
White with #A278E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278E5; }
p { color: rgb(162,120,229); }
H1.HeaderClassName
{
color: #A278E5;
}
.AnyTagClassName
{
color: #A278E5;
}
</style>
background-color css
<style>
a { background-color: #A278E5; }
a { background-color: rgb(162,120,229); }
div.DivClassName
{
background-color: #A278E5;
}
.BgClassName
{
background-color: #A278E5;
}
</style>
border-color css
<style>
span { border-color: #A278E5; }
span { border-color: rgb(162,120,229); }
td.TdClassName
{
border-color: #A278E5;
}
.TagClassName
{
border-color: #A278E5;
}
</style>