#AA76ED

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

Shades of Medium Purple #AA76ED

Tints of Medium Purple #AA76ED

Color information

#AA76ED (or 0xAA76ED) is unknown color: approx Medium Purple. HEX triplet: AA, 76 and ED. RGB value is (170,118,237). Sum of RGB (Red+Green+Blue) = 170+118+237=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA76ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76ED is #558912. Grayscale: #929292. Windows color (decimal): -5605651 or 15562410. OLE color: 15562410.

HSL color Cylindrical-coordinate representation of color #AA76ED: hue angle of 266.22º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA76ED is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170118237-
CMYK0.280.5000.07
HSL266.22º76.77%69.61%-
HSV(B)266.22º50.21%92.94%-
XYZ38.3427.6283.43-
YUV147.11178.73144.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=32.38%
G=22.48%
B=45.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701182370.280.5000.07266.2276.7769.61
HexAA76ED1C320710a4d46
Octal252166355346207412115106
Binary1010101011101101110110111100110010011110000101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76ED; }

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

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

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

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

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

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

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

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