Shades of Medium Purple #A278F0
Tints of Medium Purple #A278F0
RGB
CMYK
RGB Variations
Color information
#A278F0 (or 0xA278F0) is known color: Medium Purple. HEX triplet: A2, 78 and F0. RGB value is (162,120,240). Sum of RGB (Red+Green+Blue) = 162+120+240=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #A278F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A278F0 is #5D870F. Grayscale: #919191. Windows color (decimal): -6129424 or 15759522. OLE color: 15759522.
HSL color Cylindrical-coordinate representation of color #A278F0: hue angle of 261º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A278F0 is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 120 | 240 | - |
| CMYK | 0.32 | 0.5 | 0 | 0.06 |
| HSL | 261º | 0.8% | 0.71% | - |
| HSV(B) | 261º | 0.5% | 0.94% | - |
| XYZ | 37.34 | 27.41 | 85.76 | - |
| YUV | 146.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 240 | 0.32 | 0.5 | 0 | 0.06 | 261 | 0.8 | 0.71 |
| Hex | A2 | 78 | F0 | 20 | 32 | 0 | 6 | 105 | 50 | 47 |
| Octal | 242 | 170 | 360 | 40 | 62 | 0 | 6 | 405 | 120 | 107 |
| Binary | 10100010 | 1111000 | 11110000 | 100000 | 110010 | 0 | 110 | 100000101 | 1010000 | 1000111 |
Color Harmonies of #A278F0
Complementary color
Monochromatic Colors of #A278F0
Black with #A278F0
Text Example
Text Example
White with #A278F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278F0; }
p { color: rgb(162,120,240); }
H1.HeaderClassName
{
color: #A278F0;
}
.AnyTagClassName
{
color: #A278F0;
}
</style>
background-color css
<style>
a { background-color: #A278F0; }
a { background-color: rgb(162,120,240); }
div.DivClassName
{
background-color: #A278F0;
}
.BgClassName
{
background-color: #A278F0;
}
</style>
border-color css
<style>
span { border-color: #A278F0; }
span { border-color: rgb(162,120,240); }
td.TdClassName
{
border-color: #A278F0;
}
.TagClassName
{
border-color: #A278F0;
}
</style>