#AE44DD

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

Shades of Medium Orchid #AE44DD

Tints of Medium Orchid #AE44DD

Color information

#AE44DD (or 0xAE44DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 44 and DD. RGB value is (174,68,221). Sum of RGB (Red+Green+Blue) = 174+68+221=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE44DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44DD is #51BB22. Grayscale: #747474. Windows color (decimal): -5356323 or 14501038. OLE color: 14501038.

HSL color Cylindrical-coordinate representation of color #AE44DD: hue angle of 281.57º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE44DD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17468221-
CMYK0.210.6900.13
HSL281.57º69.23%56.67%-
HSV(B)281.57º69.23%86.67%-
XYZ32.5718.3570.23-
YUV117.14186.62168.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=37.58%
G=14.69%
B=47.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174682210.210.6900.13281.5769.2356.67
HexAE44DD15450D11a4539
Octal2561043352510501543210571
Binary10101110100010011011101101011000101011011000110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44DD; }

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

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

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

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

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

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

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

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