#AA56D1

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

Shades of Medium Orchid #AA56D1

Tints of Medium Orchid #AA56D1

Color information

#AA56D1 (or 0xAA56D1) is unknown color: approx Medium Orchid. HEX triplet: AA, 56 and D1. RGB value is (170,86,209). Sum of RGB (Red+Green+Blue) = 170+86+209=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA56D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56D1 is #55A92E. Grayscale: #7C7C7C. Windows color (decimal): -5613871 or 13719210. OLE color: 13719210.

HSL color Cylindrical-coordinate representation of color #AA56D1: hue angle of 280.98º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA56D1 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17086209-
CMYK0.190.5900.18
HSL280.98º57.21%57.84%-
HSV(B)280.98º58.85%81.96%-
XYZ31.4119.8162.49-
YUV125.14175.33160-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=36.56%
G=18.49%
B=44.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170862090.190.5900.18280.9857.2157.84
HexAA56D1133B012119393a
Octal25212632123730224317172
Binary1010101010101101101000110011111011010010100011001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA56D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA56D1; }

 p { color: rgb(170,86,209); }

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

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

 a { background-color: rgb(170,86,209); }

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

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

 span { border-color: rgb(170,86,209); }

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