#AE66BF

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

Shades of Medium Orchid #AE66BF

Tints of Medium Orchid #AE66BF

Color information

#AE66BF (or 0xAE66BF) is unknown color: approx Medium Orchid. HEX triplet: AE, 66 and BF. RGB value is (174,102,191). Sum of RGB (Red+Green+Blue) = 174+102+191=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66BF is #519940. Grayscale: #858585. Windows color (decimal): -5347649 or 12543662. OLE color: 12543662.

HSL color Cylindrical-coordinate representation of color #AE66BF: hue angle of 288.54º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE66BF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174102191-
CMYK0.090.4700.25
HSL288.54º41.01%57.45%-
HSV(B)288.54º46.6%74.9%-
XYZ31.6122.2651.92-
YUV133.67160.35156.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 191 (75% from 255) = 40.90%
R=37.26%
G=21.84%
B=40.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741021910.090.4700.25288.5441.0157.45
HexAE66BF92F0191212939
Octal25614627711570314415171
Binary101011101100110101111111001101111011001100100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66BF; }

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

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

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

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

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

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

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

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