Shades of Medium Purple #A278F9
Tints of Medium Purple #A278F9
RGB
CMYK
RGB Variations
Color information
#A278F9 (or 0xA278F9) is known color: Medium Purple. HEX triplet: A2, 78 and F9. RGB value is (162,120,249). Sum of RGB (Red+Green+Blue) = 162+120+249=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #A278F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A278F9 is #5D8706. Grayscale: #929292. Windows color (decimal): -6129415 or 16349346. OLE color: 16349346.
HSL color Cylindrical-coordinate representation of color #A278F9: hue angle of 259.53º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A278F9 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 120 | 249 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.02 |
| HSL | 259.53º | 0.91% | 0.72% | - |
| HSV(B) | 259.53º | 0.52% | 0.98% | - |
| XYZ | 38.72 | 27.95 | 92.98 | - |
| YUV | 147.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 249 | 0.35 | 0.52 | 0 | 0.02 | 259.53 | 0.91 | 0.72 |
| Hex | A2 | 78 | F9 | 23 | 34 | 0 | 2 | 104 | 5B | 48 |
| Octal | 242 | 170 | 371 | 43 | 64 | 0 | 2 | 404 | 133 | 110 |
| Binary | 10100010 | 1111000 | 11111001 | 100011 | 110100 | 0 | 10 | 100000100 | 1011011 | 1001000 |
Color Harmonies of #A278F9
Complementary color
Monochromatic Colors of #A278F9
Black with #A278F9
Text Example
Text Example
White with #A278F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278F9; }
p { color: rgb(162,120,249); }
H1.HeaderClassName
{
color: #A278F9;
}
.AnyTagClassName
{
color: #A278F9;
}
</style>
background-color css
<style>
a { background-color: #A278F9; }
a { background-color: rgb(162,120,249); }
div.DivClassName
{
background-color: #A278F9;
}
.BgClassName
{
background-color: #A278F9;
}
</style>
border-color css
<style>
span { border-color: #A278F9; }
span { border-color: rgb(162,120,249); }
td.TdClassName
{
border-color: #A278F9;
}
.TagClassName
{
border-color: #A278F9;
}
</style>