#AA47DE

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

Shades of Medium Orchid #AA47DE

Tints of Medium Orchid #AA47DE

Color information

#AA47DE (or 0xAA47DE) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and DE. RGB value is (170,71,222). Sum of RGB (Red+Green+Blue) = 170+71+222=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA47DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47DE is #55B821. Grayscale: #757575. Windows color (decimal): -5617698 or 14567338. OLE color: 14567338.

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

Color convert

RGB17071222-
CMYK0.230.6800.13
HSL279.34º69.59%57.45%-
HSV(B)279.34º68.02%87.06%-
XYZ32.0218.3370.96-
YUV117.82186.8165.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 71 (28.12% from 255) = 15.33%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=36.72%
G=15.33%
B=47.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170712220.230.6800.13279.3469.5957.45
HexAA47DE17440D1174639
Octal2521073362710401542710671
Binary10101010100011111011110101111000100011011000101111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47DE; }

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

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

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

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

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

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

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

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