#AE44D0

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

Shades of Medium Orchid #AE44D0

Tints of Medium Orchid #AE44D0

Color information

#AE44D0 (or 0xAE44D0) is unknown color: approx Medium Orchid. HEX triplet: AE, 44 and D0. RGB value is (174,68,208). Sum of RGB (Red+Green+Blue) = 174+68+208=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE44D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44D0 is #51BB2F. Grayscale: #737373. Windows color (decimal): -5356336 or 13649070. OLE color: 13649070.

HSL color Cylindrical-coordinate representation of color #AE44D0: hue angle of 285.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE44D0 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17468208-
CMYK0.160.6700.18
HSL285.43º59.83%54.12%-
HSV(B)285.43º67.31%81.57%-
XYZ30.9117.6961.46-
YUV115.65180.12169.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 68 (26.95% from 255) = 15.11%
BLUE value IS 208 (81.64% from 255) = 46.22%
R=38.67%
G=15.11%
B=46.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174682080.160.6700.18285.4359.8354.12
HexAE44D0104301211d3c36
Octal256104320201030224357466
Binary10101110100010011010000100001000011010010100011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44D0; }

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

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

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

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

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

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

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

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