#AA5DDC

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

Shades of Medium Orchid #AA5DDC

Tints of Medium Orchid #AA5DDC

Color information

#AA5DDC (or 0xAA5DDC) is unknown color: approx Medium Orchid. HEX triplet: AA, 5D and DC. RGB value is (170,93,220). Sum of RGB (Red+Green+Blue) = 170+93+220=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDC is #55A223. Grayscale: #828282. Windows color (decimal): -5612068 or 14441898. OLE color: 14441898.

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

Color convert

RGB17093220-
CMYK0.230.5800.14
HSL276.38º64.47%61.37%-
HSV(B)276.38º57.73%86.27%-
XYZ33.4121.5470.11-
YUV130.5178.51156.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=35.20%
G=19.25%
B=45.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170932200.230.5800.14276.3864.4761.37
HexAA5DDC173A0E114403d
Octal252135334277201642410075
Binary1010101010111011101110010111111010011101000101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DDC; }

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

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

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

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

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

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

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

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