#AA5ECB

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

Shades of Medium Orchid #AA5ECB

Tints of Medium Orchid #AA5ECB

Color information

#AA5ECB (or 0xAA5ECB) is unknown color: approx Medium Orchid. HEX triplet: AA, 5E and CB. RGB value is (170,94,203). Sum of RGB (Red+Green+Blue) = 170+94+203=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ECB is #55A134. Grayscale: #808080. Windows color (decimal): -5611829 or 13328042. OLE color: 13328042.

HSL color Cylindrical-coordinate representation of color #AA5ECB: hue angle of 281.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5ECB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17094203-
CMYK0.160.5400.20
HSL281.83º51.17%58.24%-
HSV(B)281.83º53.69%79.61%-
XYZ31.3620.8658.87-
YUV129.15169.68157.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=36.40%
G=20.13%
B=43.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170942030.160.5400.20281.8351.1758.24
HexAA5ECB103601411a333a
Octal25213631320660244326372
Binary1010101010111101100101110000110110010100100011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5ECB; }

 p { color: rgb(170,94,203); }

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

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

 a { background-color: rgb(170,94,203); }

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

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

 span { border-color: rgb(170,94,203); }

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