#AA47E2

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

Shades of Medium Orchid #AA47E2

Tints of Medium Orchid #AA47E2

Color information

#AA47E2 (or 0xAA47E2) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and E2. RGB value is (170,71,226). Sum of RGB (Red+Green+Blue) = 170+71+226=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA47E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47E2 is #55B81D. Grayscale: #757575. Windows color (decimal): -5617694 or 14829482. OLE color: 14829482.

HSL color Cylindrical-coordinate representation of color #AA47E2: hue angle of 278.32º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA47E2 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17071226-
CMYK0.250.6900.11
HSL278.32º72.77%58.24%-
HSV(B)278.32º68.58%88.63%-
XYZ32.5618.5473.81-
YUV118.27188.8164.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 71 (28.12% from 255) = 15.20%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=36.40%
G=15.20%
B=48.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170712260.250.6900.11278.3272.7758.24
HexAA47E219450B116493a
Octal2521073423110501342611172
Binary10101010100011111100010110011000101010111000101101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47E2; }

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

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

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

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

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

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

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

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