#AE66D7

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

Shades of Medium Orchid #AE66D7

Tints of Medium Orchid #AE66D7

Color information

#AE66D7 (or 0xAE66D7) is unknown color: approx Medium Orchid. HEX triplet: AE, 66 and D7. RGB value is (174,102,215). Sum of RGB (Red+Green+Blue) = 174+102+215=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE66D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66D7 is #519928. Grayscale: #888888. Windows color (decimal): -5347625 or 14116526. OLE color: 14116526.

HSL color Cylindrical-coordinate representation of color #AE66D7: hue angle of 278.23º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE66D7 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174102215-
CMYK0.190.5300.16
HSL278.23º58.55%62.16%-
HSV(B)278.23º52.56%84.31%-
XYZ34.4723.4166.99-
YUV136.41172.35154.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=35.44%
G=20.77%
B=43.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741022150.190.5300.16278.2358.5562.16
HexAE66D713350101163b3e
Octal25614632723650204267376
Binary1010111011001101101011110011110101010000100010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66D7; }

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

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

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

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

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

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

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

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