#AE48C7

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

Shades of Medium Orchid #AE48C7

Tints of Medium Orchid #AE48C7

Color information

#AE48C7 (or 0xAE48C7) is unknown color: approx Medium Orchid. HEX triplet: AE, 48 and C7. RGB value is (174,72,199). Sum of RGB (Red+Green+Blue) = 174+72+199=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE48C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48C7 is #51B738. Grayscale: #747474. Windows color (decimal): -5355321 or 13060270. OLE color: 13060270.

HSL color Cylindrical-coordinate representation of color #AE48C7: hue angle of 288.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE48C7 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17472199-
CMYK0.130.6400.22
HSL288.19º53.14%53.14%-
HSV(B)288.19º63.82%78.04%-
XYZ30.0817.7655.87-
YUV116.98174.29168.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 199 (78.12% from 255) = 44.72%
R=39.10%
G=16.18%
B=44.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174721990.130.6400.22288.1953.1453.14
HexAE48C7D400161203535
Octal256110307151000264406565
Binary1010111010010001100011111011000000010110100100000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48C7; }

 p { color: rgb(174,72,199); }

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

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

 a { background-color: rgb(174,72,199); }

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

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

 span { border-color: rgb(174,72,199); }

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