#AA4EC5

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

Shades of Medium Orchid #AA4EC5

Tints of Medium Orchid #AA4EC5

Color information

#AA4EC5 (or 0xAA4EC5) is unknown color: approx Medium Orchid. HEX triplet: AA, 4E and C5. RGB value is (170,78,197). Sum of RGB (Red+Green+Blue) = 170+78+197=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA4EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EC5 is #55B13A. Grayscale: #767676. Windows color (decimal): -5615931 or 12930730. OLE color: 12930730.

HSL color Cylindrical-coordinate representation of color #AA4EC5: hue angle of 286.39º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4EC5 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17078197-
CMYK0.140.6000.23
HSL286.39º50.64%53.92%-
HSV(B)286.39º60.41%77.25%-
XYZ29.3818.0354.75-
YUV119.07171.98164.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 197 (77.34% from 255) = 44.27%
R=38.20%
G=17.53%
B=44.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170781970.140.6000.23286.3950.6453.92
HexAA4EC5E3C01711e3336
Octal25211630516740274366366
Binary101010101001110110001011110111100010111100011110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4EC5; }

 p { color: rgb(170,78,197); }

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

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

 a { background-color: rgb(170,78,197); }

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

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

 span { border-color: rgb(170,78,197); }

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