#AE66C5

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

Shades of Medium Orchid #AE66C5

Tints of Medium Orchid #AE66C5

Color information

#AE66C5 (or 0xAE66C5) is unknown color: approx Medium Orchid. HEX triplet: AE, 66 and C5. RGB value is (174,102,197). Sum of RGB (Red+Green+Blue) = 174+102+197=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE66C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66C5 is #51993A. Grayscale: #868686. Windows color (decimal): -5347643 or 12936878. OLE color: 12936878.

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

Color convert

RGB174102197-
CMYK0.120.4800.23
HSL285.47º45.02%58.63%-
HSV(B)285.47º48.22%77.25%-
XYZ32.2822.5355.47-
YUV134.36163.35156.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 197 (77.34% from 255) = 41.65%
R=36.79%
G=21.56%
B=41.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741021970.120.4800.23285.4745.0258.63
HexAE66C5C3001711d2d3b
Octal25614630514600274355573
Binary101011101100110110001011100110000010111100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66C5; }

 p { color: rgb(174,102,197); }

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

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

 a { background-color: rgb(174,102,197); }

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

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

 span { border-color: rgb(174,102,197); }

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