#AE69C4

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

Shades of Medium Orchid #AE69C4

Tints of Medium Orchid #AE69C4

Color information

#AE69C4 (or 0xAE69C4) is unknown color: approx Medium Orchid. HEX triplet: AE, 69 and C4. RGB value is (174,105,196). Sum of RGB (Red+Green+Blue) = 174+105+196=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69C4 is #51963B. Grayscale: #878787. Windows color (decimal): -5346876 or 12872110. OLE color: 12872110.

HSL color Cylindrical-coordinate representation of color #AE69C4: hue angle of 285.49º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE69C4 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174105196-
CMYK0.110.4600.23
HSL285.49º43.54%59.02%-
HSV(B)285.49º46.43%76.86%-
XYZ32.4723.0954.97-
YUV136161.86155.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=36.63%
G=22.11%
B=41.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741051960.110.4600.23285.4943.5459.02
HexAE69C4B2E01711d2c3b
Octal25615130413560274355473
Binary101011101101001110001001011101110010111100011101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69C4; }

 p { color: rgb(174,105,196); }

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

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

 a { background-color: rgb(174,105,196); }

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

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

 span { border-color: rgb(174,105,196); }

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