#AA5DE1

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

Shades of Medium Orchid #AA5DE1

Tints of Medium Orchid #AA5DE1

Color information

#AA5DE1 (or 0xAA5DE1) is unknown color: approx Medium Orchid. HEX triplet: AA, 5D and E1. RGB value is (170,93,225). Sum of RGB (Red+Green+Blue) = 170+93+225=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA5DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DE1 is #55A21E. Grayscale: #828282. Windows color (decimal): -5612063 or 14769578. OLE color: 14769578.

HSL color Cylindrical-coordinate representation of color #AA5DE1: hue angle of 275º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5DE1 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17093225-
CMYK0.240.5900.12
HSL275º68.75%62.35%-
HSV(B)275º58.67%88.24%-
XYZ34.0821.8173.65-
YUV131.07181.01155.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 225 (88.28% from 255) = 46.11%
R=34.84%
G=19.06%
B=46.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170932250.240.5900.1227568.7562.35
HexAA5DE1183B0C113453e
Octal252135341307301442310576
Binary1010101010111011110000111000111011011001000100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DE1; }

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

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

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

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

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

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

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

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