#AE69BE

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

Shades of Medium Orchid #AE69BE

Tints of Medium Orchid #AE69BE

Color information

#AE69BE (or 0xAE69BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 69 and BE. RGB value is (174,105,190). Sum of RGB (Red+Green+Blue) = 174+105+190=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69BE is #519641. Grayscale: #878787. Windows color (decimal): -5346882 or 12478894. OLE color: 12478894.

HSL color Cylindrical-coordinate representation of color #AE69BE: hue angle of 288.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE69BE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174105190-
CMYK0.080.4500.25
HSL288.71º39.53%57.84%-
HSV(B)288.71º44.74%74.51%-
XYZ31.822.8251.44-
YUV135.32158.86155.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=37.10%
G=22.39%
B=40.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741051900.080.4500.25288.7139.5357.84
HexAE69BE82D019121283a
Octal25615127610550314415072
Binary101011101101001101111101000101101011001100100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69BE; }

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

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

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

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

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

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

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

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