#AE69C9

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

Shades of Medium Orchid #AE69C9

Tints of Medium Orchid #AE69C9

Color information

#AE69C9 (or 0xAE69C9) is unknown color: approx Medium Orchid. HEX triplet: AE, 69 and C9. RGB value is (174,105,201). Sum of RGB (Red+Green+Blue) = 174+105+201=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE69C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69C9 is #519636. Grayscale: #888888. Windows color (decimal): -5346871 or 13199790. OLE color: 13199790.

HSL color Cylindrical-coordinate representation of color #AE69C9: hue angle of 283.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE69C9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174105201-
CMYK0.130.4800.21
HSL283.12º47.06%60%-
HSV(B)283.12º47.76%78.82%-
XYZ33.0523.3258.02-
YUV136.57164.36154.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=36.25%
G=21.88%
B=41.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741052010.130.4800.21283.1247.0660
HexAE69C9D3001511b2f3c
Octal25615131115600254335774
Binary101011101101001110010011101110000010101100011011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69C9; }

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

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

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

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

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

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

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

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