#AA5ADC

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

Shades of Medium Orchid #AA5ADC

Tints of Medium Orchid #AA5ADC

Color information

#AA5ADC (or 0xAA5ADC) is unknown color: approx Medium Orchid. HEX triplet: AA, 5A and DC. RGB value is (170,90,220). Sum of RGB (Red+Green+Blue) = 170+90+220=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ADC is #55A523. Grayscale: #808080. Windows color (decimal): -5612836 or 14441130. OLE color: 14441130.

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

Color convert

RGB17090220-
CMYK0.230.5900.14
HSL276.92º65%60.78%-
HSV(B)276.92º59.09%86.27%-
XYZ33.1521.0370.02-
YUV128.74179.5157.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=35.42%
G=18.75%
B=45.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170902200.230.5900.14276.926560.78
HexAA5ADC173B0E115413d
Octal252132334277301642510175
Binary1010101010110101101110010111111011011101000101011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5ADC; }

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

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

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

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

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

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

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

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