#AE4BC6

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

Shades of Medium Orchid #AE4BC6

Tints of Medium Orchid #AE4BC6

Color information

#AE4BC6 (or 0xAE4BC6) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and C6. RGB value is (174,75,198). Sum of RGB (Red+Green+Blue) = 174+75+198=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE4BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BC6 is #51B439. Grayscale: #767676. Windows color (decimal): -5354554 or 12995502. OLE color: 12995502.

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

Color convert

RGB17475198-
CMYK0.120.6200.22
HSL288.29º51.9%53.53%-
HSV(B)288.29º62.12%77.65%-
XYZ30.1618.1155.33-
YUV118.62172.8167.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=38.93%
G=16.78%
B=44.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174751980.120.6200.22288.2951.953.53
HexAE4BC6C3E0161203436
Octal25611330614760264406466
Binary101011101001011110001101100111110010110100100000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BC6; }

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

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

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

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

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

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

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

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