Shades of Medium Purple #A26CE9
Tints of Medium Purple #A26CE9
RGB
CMYK
RGB Variations
Color information
#A26CE9 (or 0xA26CE9) is known color: Medium Purple. HEX triplet: A2, 6C and E9. RGB value is (162,108,233). Sum of RGB (Red+Green+Blue) = 162+108+233=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #A26CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CE9 is #5D9316. Grayscale: #898989. Windows color (decimal): -6132503 or 15297698. OLE color: 15297698.
HSL color Cylindrical-coordinate representation of color #A26CE9: hue angle of 265.92º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26CE9 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 108 | 233 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.09 |
| HSL | 265.92º | 0.74% | 0.67% | - |
| HSV(B) | 265.92º | 0.54% | 0.91% | - |
| XYZ | 34.97 | 24.29 | 79.94 | - |
| YUV | 138.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 233 | 0.30 | 0.54 | 0 | 0.09 | 265.92 | 0.74 | 0.67 |
| Hex | A2 | 6C | E9 | 1E | 36 | 0 | 9 | 10A | 4A | 43 |
| Octal | 242 | 154 | 351 | 36 | 66 | 0 | 11 | 412 | 112 | 103 |
| Binary | 10100010 | 1101100 | 11101001 | 11110 | 110110 | 0 | 1001 | 100001010 | 1001010 | 1000011 |
Color Harmonies of #A26CE9
Complementary color
Monochromatic Colors of #A26CE9
Black with #A26CE9
Text Example
Text Example
White with #A26CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CE9; }
p { color: rgb(162,108,233); }
H1.HeaderClassName
{
color: #A26CE9;
}
.AnyTagClassName
{
color: #A26CE9;
}
</style>
background-color css
<style>
a { background-color: #A26CE9; }
a { background-color: rgb(162,108,233); }
div.DivClassName
{
background-color: #A26CE9;
}
.BgClassName
{
background-color: #A26CE9;
}
</style>
border-color css
<style>
span { border-color: #A26CE9; }
span { border-color: rgb(162,108,233); }
td.TdClassName
{
border-color: #A26CE9;
}
.TagClassName
{
border-color: #A26CE9;
}
</style>