Shades of Medium Purple #A26EF3
Tints of Medium Purple #A26EF3
RGB
CMYK
RGB Variations
Color information
#A26EF3 (or 0xA26EF3) is known color: Medium Purple. HEX triplet: A2, 6E and F3. RGB value is (162,110,243). Sum of RGB (Red+Green+Blue) = 162+110+243=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #A26EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EF3 is #5D910C. Grayscale: #8C8C8C. Windows color (decimal): -6131981 or 15953570. OLE color: 15953570.
HSL color Cylindrical-coordinate representation of color #A26EF3: hue angle of 263.46º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26EF3 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 110 | 243 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 263.46º | 0.85% | 0.69% | - |
| HSV(B) | 263.46º | 0.55% | 0.95% | - |
| XYZ | 36.65 | 25.3 | 87.75 | - |
| YUV | 140.71 | 185.73 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 243 | 0.33 | 0.55 | 0 | 0.05 | 263.46 | 0.85 | 0.69 |
| Hex | A2 | 6E | F3 | 21 | 37 | 0 | 5 | 107 | 55 | 45 |
| Octal | 242 | 156 | 363 | 41 | 67 | 0 | 5 | 407 | 125 | 105 |
| Binary | 10100010 | 1101110 | 11110011 | 100001 | 110111 | 0 | 101 | 100000111 | 1010101 | 1000101 |
Color Harmonies of #A26EF3
Complementary color
Monochromatic Colors of #A26EF3
Black with #A26EF3
Text Example
Text Example
White with #A26EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EF3; }
p { color: rgb(162,110,243); }
H1.HeaderClassName
{
color: #A26EF3;
}
.AnyTagClassName
{
color: #A26EF3;
}
</style>
background-color css
<style>
a { background-color: #A26EF3; }
a { background-color: rgb(162,110,243); }
div.DivClassName
{
background-color: #A26EF3;
}
.BgClassName
{
background-color: #A26EF3;
}
</style>
border-color css
<style>
span { border-color: #A26EF3; }
span { border-color: rgb(162,110,243); }
td.TdClassName
{
border-color: #A26EF3;
}
.TagClassName
{
border-color: #A26EF3;
}
</style>