#AE47C1

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

Shades of Medium Orchid #AE47C1

Tints of Medium Orchid #AE47C1

Color information

#AE47C1 (or 0xAE47C1) is unknown color: approx Medium Orchid. HEX triplet: AE, 47 and C1. RGB value is (174,71,193). Sum of RGB (Red+Green+Blue) = 174+71+193=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE47C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE47C1 is #51B83E. Grayscale: #737373. Windows color (decimal): -5355583 or 12666798. OLE color: 12666798.

HSL color Cylindrical-coordinate representation of color #AE47C1: hue angle of 290.66º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE47C1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17471193-
CMYK0.100.6300.24
HSL290.66º49.59%51.76%-
HSV(B)290.66º63.21%75.69%-
XYZ29.3317.3652.26-
YUV115.71171.62169.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 71 (28.12% from 255) = 16.21%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=39.73%
G=16.21%
B=44.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174711930.100.6300.24290.6649.5951.76
HexAE47C1A3F0181233234
Octal25610730112770304436264
Binary101011101000111110000011010111111011000100100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE47C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE47C1; }

 p { color: rgb(174,71,193); }

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

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

 a { background-color: rgb(174,71,193); }

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

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

 span { border-color: rgb(174,71,193); }

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