#AE49CB

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

Shades of Medium Orchid #AE49CB

Tints of Medium Orchid #AE49CB

Color information

#AE49CB (or 0xAE49CB) is unknown color: approx Medium Orchid. HEX triplet: AE, 49 and CB. RGB value is (174,73,203). Sum of RGB (Red+Green+Blue) = 174+73+203=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE49CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49CB is #51B634. Grayscale: #757575. Windows color (decimal): -5355061 or 13322670. OLE color: 13322670.

HSL color Cylindrical-coordinate representation of color #AE49CB: hue angle of 286.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE49CB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17473203-
CMYK0.140.6400.20
HSL286.62º55.56%54.12%-
HSV(B)286.62º64.04%79.61%-
XYZ30.6218.0858.38-
YUV118.02175.96167.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=38.67%
G=16.22%
B=45.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174732030.140.6400.20286.6255.5654.12
HexAE49CBE4001411f3836
Octal256111313161000244377066
Binary1010111010010011100101111101000000010100100011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49CB; }

 p { color: rgb(174,73,203); }

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

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

 a { background-color: rgb(174,73,203); }

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

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

 span { border-color: rgb(174,73,203); }

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