#A66EE1

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

Shades of Medium Purple #A66EE1

Tints of Medium Purple #A66EE1

Color information

#A66EE1 (or 0xA66EE1) is unknown color: approx Medium Purple. HEX triplet: A6, 6E and E1. RGB value is (166,110,225). Sum of RGB (Red+Green+Blue) = 166+110+225=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #A66EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EE1 is #59911E. Grayscale: #8B8B8B. Windows color (decimal): -5869855 or 14773926. OLE color: 14773926.

HSL color Cylindrical-coordinate representation of color #A66EE1: hue angle of 269.22º 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 #A66EE1 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166110225-
CMYK0.260.5100.12
HSL269.22º65.71%65.69%-
HSV(B)269.22º51.11%88.24%-
XYZ34.8924.774.16-
YUV139.85176.05146.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=33.13%
G=21.96%
B=44.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661102250.260.5100.12269.2265.7165.69
HexA66EE11A330C10d4242
Octal2461563413263014415102102
Binary10100110110111011100001110101100110110010000110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EE1; }

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

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

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

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

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

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

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

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