#AA47D9

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

Shades of Medium Orchid #AA47D9

Tints of Medium Orchid #AA47D9

Color information

#AA47D9 (or 0xAA47D9) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and D9. RGB value is (170,71,217). Sum of RGB (Red+Green+Blue) = 170+71+217=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA47D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47D9 is #55B826. Grayscale: #747474. Windows color (decimal): -5617703 or 14239658. OLE color: 14239658.

HSL color Cylindrical-coordinate representation of color #AA47D9: hue angle of 280.68º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA47D9 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17071217-
CMYK0.220.6700.15
HSL280.68º65.77%56.47%-
HSV(B)280.68º67.28%85.1%-
XYZ31.3618.0667.48-
YUV117.24184.3165.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 71 (28.12% from 255) = 15.50%
BLUE value IS 217 (85.16% from 255) = 47.38%
R=37.12%
G=15.50%
B=47.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170712170.220.6700.15280.6865.7756.47
HexAA47D916430F1194238
Octal2521073312610301743110270
Binary10101010100011111011001101101000011011111000110011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47D9; }

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

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

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

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

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

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

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

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