#AE66C6

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

Shades of Medium Orchid #AE66C6

Tints of Medium Orchid #AE66C6

Color information

#AE66C6 (or 0xAE66C6) is unknown color: approx Medium Orchid. HEX triplet: AE, 66 and C6. RGB value is (174,102,198). Sum of RGB (Red+Green+Blue) = 174+102+198=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE66C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66C6 is #519939. Grayscale: #868686. Windows color (decimal): -5347642 or 13002414. OLE color: 13002414.

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

Color convert

RGB174102198-
CMYK0.120.4800.22
HSL285º45.71%58.82%-
HSV(B)285º48.48%77.65%-
XYZ32.422.5856.08-
YUV134.47163.85156.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 198 (77.73% from 255) = 41.77%
R=36.71%
G=21.52%
B=41.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741021980.120.4800.2228545.7158.82
HexAE66C6C3001611d2e3b
Octal25614630614600264355673
Binary101011101100110110001101100110000010110100011101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66C6; }

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

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

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

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

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

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

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

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