#AE44D6

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

Shades of Medium Orchid #AE44D6

Tints of Medium Orchid #AE44D6

Color information

#AE44D6 (or 0xAE44D6) is unknown color: approx Medium Orchid. HEX triplet: AE, 44 and D6. RGB value is (174,68,214). Sum of RGB (Red+Green+Blue) = 174+68+214=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE44D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44D6 is #51BB29. Grayscale: #737373. Windows color (decimal): -5356330 or 14042286. OLE color: 14042286.

HSL color Cylindrical-coordinate representation of color #AE44D6: hue angle of 283.56º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE44D6 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17468214-
CMYK0.190.6800.16
HSL283.56º64.04%55.29%-
HSV(B)283.56º68.22%83.92%-
XYZ31.6617.9965.42-
YUV116.34183.12169.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 68 (26.95% from 255) = 14.91%
BLUE value IS 214 (83.98% from 255) = 46.93%
R=38.16%
G=14.91%
B=46.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174682140.190.6800.16283.5664.0455.29
HexAE44D6134401011c4037
Octal2561043262310402043410067
Binary101011101000100110101101001110001000100001000111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44D6; }

 p { color: rgb(174,68,214); }

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

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

 a { background-color: rgb(174,68,214); }

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

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

 span { border-color: rgb(174,68,214); }

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