#aa47e5

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

Shades of Medium Orchid #AA47E5

Tints of Medium Orchid #AA47E5

Color information

#AA47E5 (or 0xAA47E5) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and E5. RGB value is (170,71,229). Sum of RGB (Red+Green+Blue) = 170+71+229=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA47E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47E5 is #55B81A. Grayscale: #767676. Windows color (decimal): -5617691 or 15026090. OLE color: 15026090.

HSL color Cylindrical-coordinate representation of color #AA47E5: hue angle of 277.59º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA47E5 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17071229-
CMYK0.260.6900.10
HSL277.59º75.24%58.82%-
HSV(B)277.59º69%89.8%-
XYZ32.9718.7176-
YUV118.61190.3164.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 71 (28.12% from 255) = 15.11%
BLUE value IS 229 (89.84% from 255) = 48.72%
R=36.17%
G=15.11%
B=48.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170712290.260.6900.10277.5975.2458.82
HexAA47E51A450A1164b3b
Octal2521073453210501242611373
Binary10101010100011111100101110101000101010101000101101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa47e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa47e5; }

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

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

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

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

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

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

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

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