#AE65DE

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

Shades of Medium Orchid #AE65DE

Tints of Medium Orchid #AE65DE

Color information

#AE65DE (or 0xAE65DE) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and DE. RGB value is (174,101,222). Sum of RGB (Red+Green+Blue) = 174+101+222=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE65DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65DE is #519A21. Grayscale: #888888. Windows color (decimal): -5347874 or 14575022. OLE color: 14575022.

HSL color Cylindrical-coordinate representation of color #AE65DE: hue angle of 276.2º degrees, saturation: 0.65, 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 #AE65DE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174101222-
CMYK0.220.5500.13
HSL276.2º64.71%63.33%-
HSV(B)276.2º54.5%87.06%-
XYZ35.2923.5871.8-
YUV136.62176.18154.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 101 (39.84% from 255) = 20.32%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=35.01%
G=20.32%
B=44.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741012220.220.5500.13276.264.7163.33
HexAE65DE16370D114413f
Octal256145336266701542410177
Binary1010111011001011101111010110110111011011000101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65DE; }

 p { color: rgb(174,101,222); }

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

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

 a { background-color: rgb(174,101,222); }

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

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

 span { border-color: rgb(174,101,222); }

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