Shades of Medium Purple #A265EC
Tints of Medium Purple #A265EC
RGB
CMYK
RGB Variations
Color information
#A265EC (or 0xA265EC) is known color: Medium Purple. HEX triplet: A2, 65 and EC. RGB value is (162,101,236). Sum of RGB (Red+Green+Blue) = 162+101+236=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A265EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265EC is #5D9A13. Grayscale: #868686. Windows color (decimal): -6134292 or 15492514. OLE color: 15492514.
HSL color Cylindrical-coordinate representation of color #A265EC: hue angle of 267.11º 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 #A265EC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 101 | 236 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.07 |
| HSL | 267.11º | 0.78% | 0.66% | - |
| HSV(B) | 267.11º | 0.57% | 0.93% | - |
| XYZ | 34.69 | 23.04 | 81.98 | - |
| YUV | 134.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 236 | 0.31 | 0.57 | 0 | 0.07 | 267.11 | 0.78 | 0.66 |
| Hex | A2 | 65 | EC | 1F | 39 | 0 | 7 | 10B | 4E | 42 |
| Octal | 242 | 145 | 354 | 37 | 71 | 0 | 7 | 413 | 116 | 102 |
| Binary | 10100010 | 1100101 | 11101100 | 11111 | 111001 | 0 | 111 | 100001011 | 1001110 | 1000010 |
Color Harmonies of #A265EC
Complementary color
Monochromatic Colors of #A265EC
Black with #A265EC
Text Example
Text Example
White with #A265EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265EC; }
p { color: rgb(162,101,236); }
H1.HeaderClassName
{
color: #A265EC;
}
.AnyTagClassName
{
color: #A265EC;
}
</style>
background-color css
<style>
a { background-color: #A265EC; }
a { background-color: rgb(162,101,236); }
div.DivClassName
{
background-color: #A265EC;
}
.BgClassName
{
background-color: #A265EC;
}
</style>
border-color css
<style>
span { border-color: #A265EC; }
span { border-color: rgb(162,101,236); }
td.TdClassName
{
border-color: #A265EC;
}
.TagClassName
{
border-color: #A265EC;
}
</style>