Shades of Medium Purple #A266EC
Tints of Medium Purple #A266EC
RGB
CMYK
RGB Variations
Color information
#A266EC (or 0xA266EC) is known color: Medium Purple. HEX triplet: A2, 66 and EC. RGB value is (162,102,236). Sum of RGB (Red+Green+Blue) = 162+102+236=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #A266EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266EC is #5D9913. Grayscale: #868686. Windows color (decimal): -6134036 or 15492770. OLE color: 15492770.
HSL color Cylindrical-coordinate representation of color #A266EC: hue angle of 266.87º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A266EC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 102 | 236 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.07 |
| HSL | 266.87º | 0.78% | 0.66% | - |
| HSV(B) | 266.87º | 0.57% | 0.93% | - |
| XYZ | 34.79 | 23.24 | 82.01 | - |
| YUV | 135.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 236 | 0.31 | 0.57 | 0 | 0.07 | 266.87 | 0.78 | 0.66 |
| Hex | A2 | 66 | EC | 1F | 39 | 0 | 7 | 10B | 4E | 42 |
| Octal | 242 | 146 | 354 | 37 | 71 | 0 | 7 | 413 | 116 | 102 |
| Binary | 10100010 | 1100110 | 11101100 | 11111 | 111001 | 0 | 111 | 100001011 | 1001110 | 1000010 |
Color Harmonies of #A266EC
Complementary color
Monochromatic Colors of #A266EC
Black with #A266EC
Text Example
Text Example
White with #A266EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266EC; }
p { color: rgb(162,102,236); }
H1.HeaderClassName
{
color: #A266EC;
}
.AnyTagClassName
{
color: #A266EC;
}
</style>
background-color css
<style>
a { background-color: #A266EC; }
a { background-color: rgb(162,102,236); }
div.DivClassName
{
background-color: #A266EC;
}
.BgClassName
{
background-color: #A266EC;
}
</style>
border-color css
<style>
span { border-color: #A266EC; }
span { border-color: rgb(162,102,236); }
td.TdClassName
{
border-color: #A266EC;
}
.TagClassName
{
border-color: #A266EC;
}
</style>