#AE65C0

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

Shades of Medium Orchid #AE65C0

Tints of Medium Orchid #AE65C0

Color information

#AE65C0 (or 0xAE65C0) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and C0. RGB value is (174,101,192). Sum of RGB (Red+Green+Blue) = 174+101+192=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE65C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65C0 is #519A3F. Grayscale: #848484. Windows color (decimal): -5347904 or 12608942. OLE color: 12608942.

HSL color Cylindrical-coordinate representation of color #AE65C0: hue angle of 288.13º degrees, saturation: 0.42, 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 #AE65C0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174101192-
CMYK0.090.4700.25
HSL288.13º41.94%57.45%-
HSV(B)288.13º47.4%75.29%-
XYZ31.6222.1152.47-
YUV133.2161.18157.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=37.26%
G=21.63%
B=41.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741011920.090.4700.25288.1341.9457.45
HexAE65C092F0191202a39
Octal25614530011570314405271
Binary101011101100101110000001001101111011001100100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65C0; }

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

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

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

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

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

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

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

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