#ae44cc

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

Shades of Medium Orchid #AE44CC

Tints of Medium Orchid #AE44CC

Color information

#AE44CC (or 0xAE44CC) is unknown color: approx Medium Orchid. HEX triplet: AE, 44 and CC. RGB value is (174,68,204). Sum of RGB (Red+Green+Blue) = 174+68+204=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE44CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44CC is #51BB33. Grayscale: #727272. Windows color (decimal): -5356340 or 13386926. OLE color: 13386926.

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

Color convert

RGB17468204-
CMYK0.150.6700.2
HSL286.76º57.14%53.33%-
HSV(B)286.76º66.67%80%-
XYZ30.4217.4958.9-
YUV115.2178.12169.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=39.01%
G=15.25%
B=45.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174682040.150.6700.2286.7657.1453.33
HexAE44CCF4301411f3935
Octal256104314171030244377165
Binary1010111010001001100110011111000011010100100011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae44cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae44cc; }

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

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

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

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

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

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

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

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