#A17AEE

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

Shades of Medium Purple #A17AEE

Tints of Medium Purple #A17AEE

Color information

#A17AEE (or 0xA17AEE) is unknown color: approx Medium Purple. HEX triplet: A1, 7A and EE. RGB value is (161,122,238). Sum of RGB (Red+Green+Blue) = 161+122+238=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #A17AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AEE is #5E8511. Grayscale: #929292. Windows color (decimal): -6194450 or 15628961. OLE color: 15628961.

HSL color Cylindrical-coordinate representation of color #A17AEE: hue angle of 260.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17AEE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161122238-
CMYK0.320.4900.07
HSL260.17º77.33%70.59%-
HSV(B)260.17º48.74%93.33%-
XYZ37.0927.6784.27-
YUV146.88179.42138.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=30.90%
G=23.42%
B=45.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611222380.320.4900.07260.1777.3370.59
HexA17AEE2031071044d47
Octal241172356406107404115107
Binary10100001111101011101110100000110001011110000010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AEE; }

 p { color: rgb(161,122,238); }

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

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

 a { background-color: rgb(161,122,238); }

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

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

 span { border-color: rgb(161,122,238); }

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