#A67EE2

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

Shades of Medium Purple #A67EE2

Tints of Medium Purple #A67EE2

Color information

#A67EE2 (or 0xA67EE2) is unknown color: approx Medium Purple. HEX triplet: A6, 7E and E2. RGB value is (166,126,226). Sum of RGB (Red+Green+Blue) = 166+126+226=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #A67EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EE2 is #59811D. Grayscale: #959595. Windows color (decimal): -5865758 or 14843558. OLE color: 14843558.

HSL color Cylindrical-coordinate representation of color #A67EE2: hue angle of 264º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67EE2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166126226-
CMYK0.270.4400.11
HSL264º63.29%69.02%-
HSV(B)264º44.25%88.63%-
XYZ36.9128.5275.51-
YUV149.36171.25139.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 226 (88.67% from 255) = 43.63%
R=32.05%
G=24.32%
B=43.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661262260.270.4400.1126463.2969.02
HexA67EE21B2C0B1083f45
Octal246176342335401341077105
Binary1010011011111101110001011011101100010111000010001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EE2; }

 p { color: rgb(166,126,226); }

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

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

 a { background-color: rgb(166,126,226); }

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

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

 span { border-color: rgb(166,126,226); }

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