#AE5CCC

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

Shades of Medium Orchid #AE5CCC

Tints of Medium Orchid #AE5CCC

Color information

#AE5CCC (or 0xAE5CCC) is unknown color: approx Medium Orchid. HEX triplet: AE, 5C and CC. RGB value is (174,92,204). Sum of RGB (Red+Green+Blue) = 174+92+204=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CCC is #51A333. Grayscale: #808080. Windows color (decimal): -5350196 or 13393070. OLE color: 13393070.

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

Color convert

RGB17492204-
CMYK0.150.5500.2
HSL283.93º52.34%58.04%-
HSV(B)283.93º54.9%80%-
XYZ32.1821.0159.49-
YUV129.29170.17159.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=37.02%
G=19.57%
B=43.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174922040.150.5500.2283.9352.3458.04
HexAE5CCCF3701411c343a
Octal25613431417670244346472
Binary101011101011100110011001111110111010100100011100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CCC; }

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

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

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

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

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

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

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

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