#AA47DC

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

Shades of Medium Orchid #AA47DC

Tints of Medium Orchid #AA47DC

Color information

#AA47DC (or 0xAA47DC) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and DC. RGB value is (170,71,220). Sum of RGB (Red+Green+Blue) = 170+71+220=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA47DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47DC is #55B823. Grayscale: #757575. Windows color (decimal): -5617700 or 14436266. OLE color: 14436266.

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

Color convert

RGB17071220-
CMYK0.230.6800.14
HSL279.87º68.04%57.06%-
HSV(B)279.87º67.73%86.27%-
XYZ31.7518.2269.55-
YUV117.59185.8165.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=36.88%
G=15.40%
B=47.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170712200.230.6800.14279.8768.0457.06
HexAA47DC17440E1184439
Octal2521073342710401643010471
Binary10101010100011111011100101111000100011101000110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47DC; }

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

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

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

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

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

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

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

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