#AA5ADD

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

Shades of Medium Orchid #AA5ADD

Tints of Medium Orchid #AA5ADD

Color information

#AA5ADD (or 0xAA5ADD) is unknown color: approx Medium Orchid. HEX triplet: AA, 5A and DD. RGB value is (170,90,221). Sum of RGB (Red+Green+Blue) = 170+90+221=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ADD is #55A522. Grayscale: #808080. Windows color (decimal): -5612835 or 14506666. OLE color: 14506666.

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

Color convert

RGB17090221-
CMYK0.230.5900.13
HSL276.64º65.83%60.98%-
HSV(B)276.64º59.28%86.67%-
XYZ33.2821.0870.72-
YUV128.85180157.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=35.34%
G=18.71%
B=45.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170902210.230.5900.13276.6465.8360.98
HexAA5ADD173B0D115423d
Octal252132335277301542510275
Binary1010101010110101101110110111111011011011000101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5ADD; }

 p { color: rgb(170,90,221); }

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

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

 a { background-color: rgb(170,90,221); }

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

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

 span { border-color: rgb(170,90,221); }

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