#AE54C3

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

Shades of Medium Orchid #AE54C3

Tints of Medium Orchid #AE54C3

Color information

#AE54C3 (or 0xAE54C3) is unknown color: approx Medium Orchid. HEX triplet: AE, 54 and C3. RGB value is (174,84,195). Sum of RGB (Red+Green+Blue) = 174+84+195=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE54C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54C3 is #51AB3C. Grayscale: #7B7B7B. Windows color (decimal): -5352253 or 12801198. OLE color: 12801198.

HSL color Cylindrical-coordinate representation of color #AE54C3: hue angle of 288.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE54C3 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17484195-
CMYK0.110.5700.24
HSL288.65º48.05%54.71%-
HSV(B)288.65º56.92%76.47%-
XYZ30.4819.2853.74-
YUV123.56168.32163.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 195 (76.56% from 255) = 43.05%
R=38.41%
G=18.54%
B=43.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174841950.110.5700.24288.6548.0554.71
HexAE54C3B390181213037
Octal25612430313710304416067
Binary101011101010100110000111011111001011000100100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54C3; }

 p { color: rgb(174,84,195); }

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

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

 a { background-color: rgb(174,84,195); }

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

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

 span { border-color: rgb(174,84,195); }

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