Shades of Medium Purple #A26EF1
Tints of Medium Purple #A26EF1
RGB
CMYK
RGB Variations
Color information
#A26EF1 (or 0xA26EF1) is known color: Medium Purple. HEX triplet: A2, 6E and F1. RGB value is (162,110,241). Sum of RGB (Red+Green+Blue) = 162+110+241=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #A26EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EF1 is #5D910E. Grayscale: #8C8C8C. Windows color (decimal): -6131983 or 15822498. OLE color: 15822498.
HSL color Cylindrical-coordinate representation of color #A26EF1: hue angle of 263.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26EF1 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 110 | 241 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.05 |
| HSL | 263.82º | 0.82% | 0.69% | - |
| HSV(B) | 263.82º | 0.54% | 0.95% | - |
| XYZ | 36.35 | 25.18 | 86.16 | - |
| YUV | 140.48 | 184.73 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 241 | 0.33 | 0.54 | 0 | 0.05 | 263.82 | 0.82 | 0.69 |
| Hex | A2 | 6E | F1 | 21 | 36 | 0 | 5 | 108 | 52 | 45 |
| Octal | 242 | 156 | 361 | 41 | 66 | 0 | 5 | 410 | 122 | 105 |
| Binary | 10100010 | 1101110 | 11110001 | 100001 | 110110 | 0 | 101 | 100001000 | 1010010 | 1000101 |
Color Harmonies of #A26EF1
Complementary color
Monochromatic Colors of #A26EF1
Black with #A26EF1
Text Example
Text Example
White with #A26EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EF1; }
p { color: rgb(162,110,241); }
H1.HeaderClassName
{
color: #A26EF1;
}
.AnyTagClassName
{
color: #A26EF1;
}
</style>
background-color css
<style>
a { background-color: #A26EF1; }
a { background-color: rgb(162,110,241); }
div.DivClassName
{
background-color: #A26EF1;
}
.BgClassName
{
background-color: #A26EF1;
}
</style>
border-color css
<style>
span { border-color: #A26EF1; }
span { border-color: rgb(162,110,241); }
td.TdClassName
{
border-color: #A26EF1;
}
.TagClassName
{
border-color: #A26EF1;
}
</style>