#A26EE1

Color #A26EE1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A26EE1

Tints of Medium Purple #A26EE1

Color information

#A26EE1 (or 0xA26EE1) is unknown color: approx Medium Purple. HEX triplet: A2, 6E and E1. RGB value is (162,110,225). Sum of RGB (Red+Green+Blue) = 162+110+225=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #A26EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EE1 is #5D911E. Grayscale: #8A8A8A. Windows color (decimal): -6131999 or 14773922. OLE color: 14773922.

HSL color Cylindrical-coordinate representation of color #A26EE1: hue angle of 267.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26EE1 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162110225-
CMYK0.280.5100.12
HSL267.13º65.71%65.69%-
HSV(B)267.13º51.11%88.24%-
XYZ34.0724.2774.12-
YUV138.66176.73144.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 225 (88.28% from 255) = 45.27%
R=32.60%
G=22.13%
B=45.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621102250.280.5100.12267.1365.7165.69
HexA26EE11C330C10b4242
Octal2421563413463014413102102
Binary10100010110111011100001111001100110110010000101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EE1; }

 p { color: rgb(162,110,225); }

 H1.HeaderClassName
 {
   color: #A26EE1;
 }
 .AnyTagClassName
 {
   color: #A26EE1;
 }
</style>
background-color css

<style>
 a { background-color: #A26EE1; }

 a { background-color: rgb(162,110,225); }

 div.DivClassName
 {
   background-color: #A26EE1;
 }
 .BgClassName
 {
   background-color: #A26EE1;
 }
</style>
border-color css

<style>
 span { border-color: #A26EE1; }

 span { border-color: rgb(162,110,225); }

 td.TdClassName
 {
   border-color: #A26EE1;
 }
 .TagClassName
 {
   border-color: #A26EE1;
 }
</style>