#AE65BE

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

Shades of Medium Orchid #AE65BE

Tints of Medium Orchid #AE65BE

Color information

#AE65BE (or 0xAE65BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and BE. RGB value is (174,101,190). Sum of RGB (Red+Green+Blue) = 174+101+190=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65BE is #519A41. Grayscale: #848484. Windows color (decimal): -5347906 or 12477870. OLE color: 12477870.

HSL color Cylindrical-coordinate representation of color #AE65BE: hue angle of 289.21º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE65BE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174101190-
CMYK0.080.4700.25
HSL289.21º40.64%57.06%-
HSV(B)289.21º46.84%74.51%-
XYZ31.422.0251.31-
YUV132.97160.18157.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=37.42%
G=21.72%
B=40.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741011900.080.4700.25289.2140.6457.06
HexAE65BE82F0191212939
Octal25614527610570314415171
Binary101011101100101101111101000101111011001100100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65BE; }

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

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

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

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

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

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

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

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