#AA47D7

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

Shades of Medium Orchid #AA47D7

Tints of Medium Orchid #AA47D7

Color information

#AA47D7 (or 0xAA47D7) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and D7. RGB value is (170,71,215). Sum of RGB (Red+Green+Blue) = 170+71+215=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA47D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47D7 is #55B828. Grayscale: #747474. Windows color (decimal): -5617705 or 14108586. OLE color: 14108586.

HSL color Cylindrical-coordinate representation of color #AA47D7: hue angle of 281.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA47D7 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17071215-
CMYK0.210.6700.16
HSL281.25º64.29%56.08%-
HSV(B)281.25º66.98%84.31%-
XYZ31.117.9666.12-
YUV117.02183.3165.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 71 (28.12% from 255) = 15.57%
BLUE value IS 215 (84.38% from 255) = 47.15%
R=37.28%
G=15.57%
B=47.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170712150.210.6700.16281.2564.2956.08
HexAA47D715430101194038
Octal2521073272510302043110070
Binary101010101000111110101111010110000110100001000110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47D7; }

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

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

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

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

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

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

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

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