#AE4AC9

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

Shades of Medium Orchid #AE4AC9

Tints of Medium Orchid #AE4AC9

Color information

#AE4AC9 (or 0xAE4AC9) is unknown color: approx Medium Orchid. HEX triplet: AE, 4A and C9. RGB value is (174,74,201). Sum of RGB (Red+Green+Blue) = 174+74+201=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE4AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4AC9 is #51B536. Grayscale: #757575. Windows color (decimal): -5354807 or 13191854. OLE color: 13191854.

HSL color Cylindrical-coordinate representation of color #AE4AC9: hue angle of 287.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4AC9 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17474201-
CMYK0.130.6300.21
HSL287.24º54.04%53.92%-
HSV(B)287.24º63.18%78.82%-
XYZ30.4518.1157.15-
YUV118.38174.63167.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=38.75%
G=16.48%
B=44.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174742010.130.6300.21287.2454.0453.92
HexAE4AC9D3F01511f3636
Octal25611231115770254376666
Binary101011101001010110010011101111111010101100011111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AC9; }

 p { color: rgb(174,74,201); }

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

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

 a { background-color: rgb(174,74,201); }

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

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

 span { border-color: rgb(174,74,201); }

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