Shades of Medium Purple #A26EEE
Tints of Medium Purple #A26EEE
RGB
CMYK
RGB Variations
Color information
#A26EEE (or 0xA26EEE) is known color: Medium Purple. HEX triplet: A2, 6E and EE. RGB value is (162,110,238). Sum of RGB (Red+Green+Blue) = 162+110+238=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #A26EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EEE is #5D9111. Grayscale: #8B8B8B. Windows color (decimal): -6131986 or 15625890. OLE color: 15625890.
HSL color Cylindrical-coordinate representation of color #A26EEE: hue angle of 264.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26EEE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 110 | 238 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.07 |
| HSL | 264.38º | 0.79% | 0.68% | - |
| HSV(B) | 264.38º | 0.54% | 0.93% | - |
| XYZ | 35.91 | 25.01 | 83.82 | - |
| YUV | 140.14 | 183.23 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 238 | 0.32 | 0.54 | 0 | 0.07 | 264.38 | 0.79 | 0.68 |
| Hex | A2 | 6E | EE | 20 | 36 | 0 | 7 | 108 | 4F | 44 |
| Octal | 242 | 156 | 356 | 40 | 66 | 0 | 7 | 410 | 117 | 104 |
| Binary | 10100010 | 1101110 | 11101110 | 100000 | 110110 | 0 | 111 | 100001000 | 1001111 | 1000100 |
Color Harmonies of #A26EEE
Complementary color
Monochromatic Colors of #A26EEE
Black with #A26EEE
Text Example
Text Example
White with #A26EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EEE; }
p { color: rgb(162,110,238); }
H1.HeaderClassName
{
color: #A26EEE;
}
.AnyTagClassName
{
color: #A26EEE;
}
</style>
background-color css
<style>
a { background-color: #A26EEE; }
a { background-color: rgb(162,110,238); }
div.DivClassName
{
background-color: #A26EEE;
}
.BgClassName
{
background-color: #A26EEE;
}
</style>
border-color css
<style>
span { border-color: #A26EEE; }
span { border-color: rgb(162,110,238); }
td.TdClassName
{
border-color: #A26EEE;
}
.TagClassName
{
border-color: #A26EEE;
}
</style>