#AA80ED

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

Shades of Medium Purple #AA80ED

Tints of Medium Purple #AA80ED

Color information

#AA80ED (or 0xAA80ED) is unknown color: approx Medium Purple. HEX triplet: AA, 80 and ED. RGB value is (170,128,237). Sum of RGB (Red+Green+Blue) = 170+128+237=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA80ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80ED is #557F12. Grayscale: #989898. Windows color (decimal): -5603091 or 15564970. OLE color: 15564970.

HSL color Cylindrical-coordinate representation of color #AA80ED: hue angle of 263.12º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA80ED is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170128237-
CMYK0.280.4600.07
HSL263.12º75.17%71.57%-
HSV(B)263.12º45.99%92.94%-
XYZ39.5830.183.84-
YUV152.98175.41140.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=31.78%
G=23.93%
B=44.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701282370.280.4600.07263.1275.1771.57
HexAA80ED1C2E071074b48
Octal252200355345607407113110
Binary10101010100000001110110111100101110011110000011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80ED; }

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

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

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

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

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

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

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

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