#A67EE1

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

Shades of Medium Purple #A67EE1

Tints of Medium Purple #A67EE1

Color information

#A67EE1 (or 0xA67EE1) is unknown color: approx Medium Purple. HEX triplet: A6, 7E and E1. RGB value is (166,126,225). Sum of RGB (Red+Green+Blue) = 166+126+225=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #A67EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EE1 is #59811E. Grayscale: #949494. Windows color (decimal): -5865759 or 14778022. OLE color: 14778022.

HSL color Cylindrical-coordinate representation of color #A67EE1: hue angle of 264.24º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67EE1 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166126225-
CMYK0.260.4400.12
HSL264.24º62.26%68.82%-
HSV(B)264.24º44%88.24%-
XYZ36.7828.4674.79-
YUV149.25170.75139.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 225 (88.28% from 255) = 43.52%
R=32.11%
G=24.37%
B=43.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661262250.260.4400.12264.2462.2668.82
HexA67EE11A2C0C1083e45
Octal246176341325401441076105
Binary1010011011111101110000111010101100011001000010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EE1; }

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

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

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

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

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

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

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

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