Shades of Medium Purple #A26EF7
Tints of Medium Purple #A26EF7
RGB
CMYK
RGB Variations
Color information
#A26EF7 (or 0xA26EF7) is known color: Medium Purple. HEX triplet: A2, 6E and F7. RGB value is (162,110,247). Sum of RGB (Red+Green+Blue) = 162+110+247=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #A26EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EF7 is #5D9108. Grayscale: #8C8C8C. Windows color (decimal): -6131977 or 16215714. OLE color: 16215714.
HSL color Cylindrical-coordinate representation of color #A26EF7: hue angle of 262.77º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26EF7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 110 | 247 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.03 |
| HSL | 262.77º | 0.9% | 0.7% | - |
| HSV(B) | 262.77º | 0.55% | 0.97% | - |
| XYZ | 37.26 | 25.55 | 90.96 | - |
| YUV | 141.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 247 | 0.34 | 0.55 | 0 | 0.03 | 262.77 | 0.9 | 0.7 |
| Hex | A2 | 6E | F7 | 22 | 37 | 0 | 3 | 107 | 5A | 46 |
| Octal | 242 | 156 | 367 | 42 | 67 | 0 | 3 | 407 | 132 | 106 |
| Binary | 10100010 | 1101110 | 11110111 | 100010 | 110111 | 0 | 11 | 100000111 | 1011010 | 1000110 |
Color Harmonies of #A26EF7
Complementary color
Monochromatic Colors of #A26EF7
Black with #A26EF7
Text Example
Text Example
White with #A26EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EF7; }
p { color: rgb(162,110,247); }
H1.HeaderClassName
{
color: #A26EF7;
}
.AnyTagClassName
{
color: #A26EF7;
}
</style>
background-color css
<style>
a { background-color: #A26EF7; }
a { background-color: rgb(162,110,247); }
div.DivClassName
{
background-color: #A26EF7;
}
.BgClassName
{
background-color: #A26EF7;
}
</style>
border-color css
<style>
span { border-color: #A26EF7; }
span { border-color: rgb(162,110,247); }
td.TdClassName
{
border-color: #A26EF7;
}
.TagClassName
{
border-color: #A26EF7;
}
</style>