#AE65D0

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

Shades of Medium Orchid #AE65D0

Tints of Medium Orchid #AE65D0

Color information

#AE65D0 (or 0xAE65D0) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and D0. RGB value is (174,101,208). Sum of RGB (Red+Green+Blue) = 174+101+208=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE65D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65D0 is #519A2F. Grayscale: #868686. Windows color (decimal): -5347888 or 13657518. OLE color: 13657518.

HSL color Cylindrical-coordinate representation of color #AE65D0: hue angle of 280.93º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE65D0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174101208-
CMYK0.160.5100.18
HSL280.93º53.23%60.59%-
HSV(B)280.93º51.44%81.57%-
XYZ33.4922.8662.32-
YUV135.02169.18155.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=36.02%
G=20.91%
B=43.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741012080.160.5100.18280.9353.2360.59
HexAE65D01033012119353d
Octal25614532020630224316575
Binary1010111011001011101000010000110011010010100011001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65D0; }

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

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

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

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

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

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

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

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