#AE55C0

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

Shades of Medium Orchid #AE55C0

Tints of Medium Orchid #AE55C0

Color information

#AE55C0 (or 0xAE55C0) is unknown color: approx Medium Orchid. HEX triplet: AE, 55 and C0. RGB value is (174,85,192). Sum of RGB (Red+Green+Blue) = 174+85+192=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE55C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55C0 is #51AA3F. Grayscale: #7B7B7B. Windows color (decimal): -5352000 or 12604846. OLE color: 12604846.

HSL color Cylindrical-coordinate representation of color #AE55C0: hue angle of 289.91º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE55C0 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17485192-
CMYK0.090.5600.25
HSL289.91º45.92%54.31%-
HSV(B)289.91º55.73%75.29%-
XYZ30.2219.352-
YUV123.81166.49163.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=38.58%
G=18.85%
B=42.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174851920.090.5600.25289.9145.9254.31
HexAE55C09380191222e36
Octal25612530011700314425666
Binary101011101010101110000001001111000011001100100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55C0; }

 p { color: rgb(174,85,192); }

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

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

 a { background-color: rgb(174,85,192); }

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

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

 span { border-color: rgb(174,85,192); }

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