#AE64DD

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

Shades of Medium Orchid #AE64DD

Tints of Medium Orchid #AE64DD

Color information

#AE64DD (or 0xAE64DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 64 and DD. RGB value is (174,100,221). Sum of RGB (Red+Green+Blue) = 174+100+221=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64DD is #519B22. Grayscale: #878787. Windows color (decimal): -5348131 or 14509230. OLE color: 14509230.

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

Color convert

RGB174100221-
CMYK0.210.5500.13
HSL276.69º64.02%62.94%-
HSV(B)276.69º54.75%86.67%-
XYZ35.0623.3371.06-
YUV135.92176.02155.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 100 (39.45% from 255) = 20.20%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=35.15%
G=20.20%
B=44.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741002210.210.5500.13276.6964.0262.94
HexAE64DD15370D115403f
Octal256144335256701542510077
Binary1010111011001001101110110101110111011011000101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64DD; }

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

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

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

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

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

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

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

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