Shades of Medium Purple #A26EFA
Tints of Medium Purple #A26EFA
RGB
CMYK
RGB Variations
Color information
#A26EFA (or 0xA26EFA) is known color: Medium Purple. HEX triplet: A2, 6E and FA. RGB value is (162,110,250). Sum of RGB (Red+Green+Blue) = 162+110+250=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #A26EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EFA is #5D9105. Grayscale: #8D8D8D. Windows color (decimal): -6131974 or 16412322. OLE color: 16412322.
HSL color Cylindrical-coordinate representation of color #A26EFA: hue angle of 262.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26EFA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 110 | 250 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.02 |
| HSL | 262.29º | 0.93% | 0.71% | - |
| HSV(B) | 262.29º | 0.56% | 0.98% | - |
| XYZ | 37.73 | 25.74 | 93.42 | - |
| YUV | 141.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 250 | 0.35 | 0.56 | 0 | 0.02 | 262.29 | 0.93 | 0.71 |
| Hex | A2 | 6E | FA | 23 | 38 | 0 | 2 | 106 | 5D | 47 |
| Octal | 242 | 156 | 372 | 43 | 70 | 0 | 2 | 406 | 135 | 107 |
| Binary | 10100010 | 1101110 | 11111010 | 100011 | 111000 | 0 | 10 | 100000110 | 1011101 | 1000111 |
Color Harmonies of #A26EFA
Complementary color
Monochromatic Colors of #A26EFA
Black with #A26EFA
Text Example
Text Example
White with #A26EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EFA; }
p { color: rgb(162,110,250); }
H1.HeaderClassName
{
color: #A26EFA;
}
.AnyTagClassName
{
color: #A26EFA;
}
</style>
background-color css
<style>
a { background-color: #A26EFA; }
a { background-color: rgb(162,110,250); }
div.DivClassName
{
background-color: #A26EFA;
}
.BgClassName
{
background-color: #A26EFA;
}
</style>
border-color css
<style>
span { border-color: #A26EFA; }
span { border-color: rgb(162,110,250); }
td.TdClassName
{
border-color: #A26EFA;
}
.TagClassName
{
border-color: #A26EFA;
}
</style>