#A17EE1

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

Shades of Medium Purple #A17EE1

Tints of Medium Purple #A17EE1

Color information

#A17EE1 (or 0xA17EE1) is unknown color: approx Medium Purple. HEX triplet: A1, 7E and E1. RGB value is (161,126,225). Sum of RGB (Red+Green+Blue) = 161+126+225=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #A17EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EE1 is #5E811E. Grayscale: #939393. Windows color (decimal): -6193439 or 14778017. OLE color: 14778017.

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

Color convert

RGB161126225-
CMYK0.280.4400.12
HSL261.21º62.26%68.82%-
HSV(B)261.21º44%88.24%-
XYZ35.7527.9474.74-
YUV147.75171.6137.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=31.45%
G=24.61%
B=43.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611262250.280.4400.12261.2162.2668.82
HexA17EE11C2C0C1053e45
Octal241176341345401440576105
Binary1010000111111101110000111100101100011001000001011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EE1; }

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

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

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

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

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

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

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

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