#AE44C9

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

Shades of Medium Orchid #AE44C9

Tints of Medium Orchid #AE44C9

Color information

#AE44C9 (or 0xAE44C9) is unknown color: approx Medium Orchid. HEX triplet: AE, 44 and C9. RGB value is (174,68,201). Sum of RGB (Red+Green+Blue) = 174+68+201=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE44C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44C9 is #51BB36. Grayscale: #727272. Windows color (decimal): -5356343 or 13190318. OLE color: 13190318.

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

Color convert

RGB17468201-
CMYK0.130.6600.21
HSL287.82º55.19%52.75%-
HSV(B)287.82º66.17%78.82%-
XYZ30.0717.3557.02-
YUV114.86176.62170.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 68 (26.95% from 255) = 15.35%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=39.28%
G=15.35%
B=45.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174682010.130.6600.21287.8255.1952.75
HexAE44C9D420151203735
Octal256104311151020254406765
Binary1010111010001001100100111011000010010101100100000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44C9; }

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

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

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

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

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

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

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

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