#AA55EE

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

Shades of Medium Orchid #AA55EE

Tints of Medium Orchid #AA55EE

Color information

#AA55EE (or 0xAA55EE) is unknown color: approx Medium Orchid. HEX triplet: AA, 55 and EE. RGB value is (170,85,238). Sum of RGB (Red+Green+Blue) = 170+85+238=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA55EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55EE is #55AA11. Grayscale: #7F7F7F. Windows color (decimal): -5614098 or 15619498. OLE color: 15619498.

HSL color Cylindrical-coordinate representation of color #AA55EE: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA55EE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17085238-
CMYK0.290.6400.07
HSL273.33º81.82%63.33%-
HSV(B)273.33º64.29%93.33%-
XYZ35.2621.2283.13-
YUV127.86190.16158.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=34.48%
G=17.24%
B=48.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170852380.290.6400.07273.3381.8263.33
HexAA55EE1D4007111523f
Octal252125356351000742112277
Binary1010101010101011110111011101100000001111000100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55EE; }

 p { color: rgb(170,85,238); }

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

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

 a { background-color: rgb(170,85,238); }

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

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

 span { border-color: rgb(170,85,238); }

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