#AA47D4

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

Shades of Medium Orchid #AA47D4

Tints of Medium Orchid #AA47D4

Color information

#AA47D4 (or 0xAA47D4) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and D4. RGB value is (170,71,212). Sum of RGB (Red+Green+Blue) = 170+71+212=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA47D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47D4 is #55B82B. Grayscale: #747474. Windows color (decimal): -5617708 or 13911978. OLE color: 13911978.

HSL color Cylindrical-coordinate representation of color #AA47D4: hue angle of 282.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA47D4 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17071212-
CMYK0.200.6700.17
HSL282.13º62.11%55.49%-
HSV(B)282.13º66.51%83.14%-
XYZ30.7117.8164.11-
YUV116.68181.8166.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 212 (83.20% from 255) = 46.80%
R=37.53%
G=15.67%
B=46.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170712120.200.6700.17282.1362.1155.49
HexAA47D4144301111a3e37
Octal252107324241030214327667
Binary10101010100011111010100101001000011010001100011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47D4; }

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

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

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

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

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

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

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

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