#aa47ef

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

Shades of Medium Orchid #AA47EF

Tints of Medium Orchid #AA47EF

Color information

#AA47EF (or 0xAA47EF) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and EF. RGB value is (170,71,239). Sum of RGB (Red+Green+Blue) = 170+71+239=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA47EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47EF is #55B810. Grayscale: #777777. Windows color (decimal): -5617681 or 15681450. OLE color: 15681450.

HSL color Cylindrical-coordinate representation of color #AA47EF: hue angle of 275.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA47EF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17071239-
CMYK0.290.7000.06
HSL275.36º84%60.78%-
HSV(B)275.36º70.29%93.73%-
XYZ34.4119.2883.57-
YUV119.75195.3163.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 71 (28.12% from 255) = 14.79%
BLUE value IS 239 (93.75% from 255) = 49.79%
R=35.42%
G=14.79%
B=49.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170712390.290.7000.06275.368460.78
HexAA47EF1D4606113543d
Octal252107357351060642312475
Binary1010101010001111110111111101100011001101000100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa47ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa47ef; }

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

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

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

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

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

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

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

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