#AE4ACC

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

Shades of Medium Orchid #AE4ACC

Tints of Medium Orchid #AE4ACC

Color information

#AE4ACC (or 0xAE4ACC) is unknown color: approx Medium Orchid. HEX triplet: AE, 4A and CC. RGB value is (174,74,204). Sum of RGB (Red+Green+Blue) = 174+74+204=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE4ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4ACC is #51B533. Grayscale: #767676. Windows color (decimal): -5354804 or 13388462. OLE color: 13388462.

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

Color convert

RGB17474204-
CMYK0.150.6400.2
HSL286.15º56.03%54.51%-
HSV(B)286.15º63.73%80%-
XYZ30.818.2659.03-
YUV118.72176.13167.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=38.50%
G=16.37%
B=45.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174742040.150.6400.2286.1556.0354.51
HexAE4ACCF4001411e3837
Octal256112314171000244367067
Binary1010111010010101100110011111000000010100100011110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4ACC; }

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

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

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

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

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

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

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

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