Shades of Medium Purple #A26CEC
Tints of Medium Purple #A26CEC
RGB
CMYK
RGB Variations
Color information
#A26CEC (or 0xA26CEC) is known color: Medium Purple. HEX triplet: A2, 6C and EC. RGB value is (162,108,236). Sum of RGB (Red+Green+Blue) = 162+108+236=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #A26CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CEC is #5D9313. Grayscale: #8A8A8A. Windows color (decimal): -6132500 or 15494306. OLE color: 15494306.
HSL color Cylindrical-coordinate representation of color #A26CEC: hue angle of 265.31º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26CEC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 108 | 236 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.07 |
| HSL | 265.31º | 0.77% | 0.67% | - |
| HSV(B) | 265.31º | 0.54% | 0.93% | - |
| XYZ | 35.4 | 24.46 | 82.21 | - |
| YUV | 138.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 236 | 0.31 | 0.54 | 0 | 0.07 | 265.31 | 0.77 | 0.67 |
| Hex | A2 | 6C | EC | 1F | 36 | 0 | 7 | 109 | 4D | 43 |
| Octal | 242 | 154 | 354 | 37 | 66 | 0 | 7 | 411 | 115 | 103 |
| Binary | 10100010 | 1101100 | 11101100 | 11111 | 110110 | 0 | 111 | 100001001 | 1001101 | 1000011 |
Color Harmonies of #A26CEC
Complementary color
Monochromatic Colors of #A26CEC
Black with #A26CEC
Text Example
Text Example
White with #A26CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CEC; }
p { color: rgb(162,108,236); }
H1.HeaderClassName
{
color: #A26CEC;
}
.AnyTagClassName
{
color: #A26CEC;
}
</style>
background-color css
<style>
a { background-color: #A26CEC; }
a { background-color: rgb(162,108,236); }
div.DivClassName
{
background-color: #A26CEC;
}
.BgClassName
{
background-color: #A26CEC;
}
</style>
border-color css
<style>
span { border-color: #A26CEC; }
span { border-color: rgb(162,108,236); }
td.TdClassName
{
border-color: #A26CEC;
}
.TagClassName
{
border-color: #A26CEC;
}
</style>