#AA5DDE

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

Shades of Medium Orchid #AA5DDE

Tints of Medium Orchid #AA5DDE

Color information

#AA5DDE (or 0xAA5DDE) is unknown color: approx Medium Orchid. HEX triplet: AA, 5D and DE. RGB value is (170,93,222). Sum of RGB (Red+Green+Blue) = 170+93+222=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDE is #55A221. Grayscale: #828282. Windows color (decimal): -5612066 or 14572970. OLE color: 14572970.

HSL color Cylindrical-coordinate representation of color #AA5DDE: hue angle of 275.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5DDE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17093222-
CMYK0.230.5800.13
HSL275.81º66.15%61.76%-
HSV(B)275.81º58.11%87.06%-
XYZ33.6821.6571.51-
YUV130.73179.51156.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=35.05%
G=19.18%
B=45.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170932220.230.5800.13275.8166.1561.76
HexAA5DDE173A0D114423e
Octal252135336277201542410276
Binary1010101010111011101111010111111010011011000101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DDE; }

 p { color: rgb(170,93,222); }

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

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

 a { background-color: rgb(170,93,222); }

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

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

 span { border-color: rgb(170,93,222); }

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