#AE66BE

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

Shades of Medium Orchid #AE66BE

Tints of Medium Orchid #AE66BE

Color information

#AE66BE (or 0xAE66BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 66 and BE. RGB value is (174,102,190). Sum of RGB (Red+Green+Blue) = 174+102+190=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66BE is #519941. Grayscale: #858585. Windows color (decimal): -5347650 or 12478126. OLE color: 12478126.

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

Color convert

RGB174102190-
CMYK0.080.4600.25
HSL289.09º40.37%57.25%-
HSV(B)289.09º46.32%74.51%-
XYZ31.522.2251.34-
YUV133.56159.85156.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 102 (40.23% from 255) = 21.89%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=37.34%
G=21.89%
B=40.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741021900.080.4600.25289.0940.3757.25
HexAE66BE82E0191212839
Octal25614627610560314415071
Binary101011101100110101111101000101110011001100100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66BE; }

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

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

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

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

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

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

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

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