#AE65E2

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

Shades of Medium Orchid #AE65E2

Tints of Medium Orchid #AE65E2

Color information

#AE65E2 (or 0xAE65E2) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and E2. RGB value is (174,101,226). Sum of RGB (Red+Green+Blue) = 174+101+226=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE65E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65E2 is #519A1D. Grayscale: #888888. Windows color (decimal): -5347870 or 14837166. OLE color: 14837166.

HSL color Cylindrical-coordinate representation of color #AE65E2: hue angle of 275.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE65E2 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174101226-
CMYK0.230.5500.11
HSL275.04º68.31%64.12%-
HSV(B)275.04º55.31%88.63%-
XYZ35.8423.874.66-
YUV137.08178.18154.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 226 (88.67% from 255) = 45.11%
R=34.73%
G=20.16%
B=45.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741012260.230.5500.11275.0468.3164.12
HexAE65E217370B1134440
Octal2561453422767013423104100
Binary10101110110010111100010101111101110101110001001110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65E2; }

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

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

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

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

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

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

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

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