#AE48CE

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

Shades of Medium Orchid #AE48CE

Tints of Medium Orchid #AE48CE

Color information

#AE48CE (or 0xAE48CE) is unknown color: approx Medium Orchid. HEX triplet: AE, 48 and CE. RGB value is (174,72,206). Sum of RGB (Red+Green+Blue) = 174+72+206=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48CE is #51B731. Grayscale: #757575. Windows color (decimal): -5355314 or 13519022. OLE color: 13519022.

HSL color Cylindrical-coordinate representation of color #AE48CE: hue angle of 285.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE48CE is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17472206-
CMYK0.160.6500.19
HSL285.67º57.76%54.51%-
HSV(B)285.67º65.05%80.78%-
XYZ30.9118.0960.25-
YUV117.77177.79168.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 72 (28.52% from 255) = 15.93%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=38.50%
G=15.93%
B=45.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174722060.160.6500.19285.6757.7654.51
HexAE48CE104101311e3a37
Octal256110316201010234367267
Binary10101110100100011001110100001000001010011100011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48CE; }

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

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

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

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

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

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

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

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