#AE40C3

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

Shades of Medium Orchid #AE40C3

Tints of Medium Orchid #AE40C3

Color information

#AE40C3 (or 0xAE40C3) is unknown color: approx Medium Orchid. HEX triplet: AE, 40 and C3. RGB value is (174,64,195). Sum of RGB (Red+Green+Blue) = 174+64+195=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE40C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40C3 is #51BF3C. Grayscale: #6F6F6F. Windows color (decimal): -5357373 or 12796078. OLE color: 12796078.

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

Color convert

RGB17464195-
CMYK0.110.6700.24
HSL290.38º52.19%50.78%-
HSV(B)290.38º67.18%76.47%-
XYZ29.1416.6153.3-
YUV111.82174.94172.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 195 (76.56% from 255) = 45.03%
R=40.18%
G=14.78%
B=45.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174641950.110.6700.24290.3852.1950.78
HexAE40C3B430181223433
Octal256100303131030304426463
Binary1010111010000001100001110111000011011000100100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40C3; }

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

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

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

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

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

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

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

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