#AA76DE

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

Shades of Medium Purple #AA76DE

Tints of Medium Purple #AA76DE

Color information

#AA76DE (or 0xAA76DE) is unknown color: approx Medium Purple. HEX triplet: AA, 76 and DE. RGB value is (170,118,222). Sum of RGB (Red+Green+Blue) = 170+118+222=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76DE is #558921. Grayscale: #919191. Windows color (decimal): -5605666 or 14579370. OLE color: 14579370.

HSL color Cylindrical-coordinate representation of color #AA76DE: hue angle of 270º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA76DE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170118222-
CMYK0.230.4700.13
HSL270º61.18%66.67%-
HSV(B)270º46.85%87.06%-
XYZ36.2426.7872.37-
YUV145.4171.23145.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=33.33%
G=23.14%
B=43.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701182220.230.4700.1327061.1866.67
HexAA76DE172F0D10e3d43
Octal252166336275701541675103
Binary1010101011101101101111010111101111011011000011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76DE; }

 p { color: rgb(170,118,222); }

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

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

 a { background-color: rgb(170,118,222); }

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

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

 span { border-color: rgb(170,118,222); }

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