Shades of Medium Purple #A26EEC
Tints of Medium Purple #A26EEC
RGB
CMYK
RGB Variations
Color information
#A26EEC (or 0xA26EEC) is known color: Medium Purple. HEX triplet: A2, 6E and EC. RGB value is (162,110,236). Sum of RGB (Red+Green+Blue) = 162+110+236=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #A26EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EEC is #5D9113. Grayscale: #8B8B8B. Windows color (decimal): -6131988 or 15494818. OLE color: 15494818.
HSL color Cylindrical-coordinate representation of color #A26EEC: hue angle of 264.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26EEC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 110 | 236 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 264.76º | 0.77% | 0.68% | - |
| HSV(B) | 264.76º | 0.53% | 0.93% | - |
| XYZ | 35.62 | 24.89 | 82.28 | - |
| YUV | 139.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 236 | 0.31 | 0.53 | 0 | 0.07 | 264.76 | 0.77 | 0.68 |
| Hex | A2 | 6E | EC | 1F | 35 | 0 | 7 | 109 | 4D | 44 |
| Octal | 242 | 156 | 354 | 37 | 65 | 0 | 7 | 411 | 115 | 104 |
| Binary | 10100010 | 1101110 | 11101100 | 11111 | 110101 | 0 | 111 | 100001001 | 1001101 | 1000100 |
Color Harmonies of #A26EEC
Complementary color
Monochromatic Colors of #A26EEC
Black with #A26EEC
Text Example
Text Example
White with #A26EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EEC; }
p { color: rgb(162,110,236); }
H1.HeaderClassName
{
color: #A26EEC;
}
.AnyTagClassName
{
color: #A26EEC;
}
</style>
background-color css
<style>
a { background-color: #A26EEC; }
a { background-color: rgb(162,110,236); }
div.DivClassName
{
background-color: #A26EEC;
}
.BgClassName
{
background-color: #A26EEC;
}
</style>
border-color css
<style>
span { border-color: #A26EEC; }
span { border-color: rgb(162,110,236); }
td.TdClassName
{
border-color: #A26EEC;
}
.TagClassName
{
border-color: #A26EEC;
}
</style>