#AE4BC7

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

Shades of Medium Orchid #AE4BC7

Tints of Medium Orchid #AE4BC7

Color information

#AE4BC7 (or 0xAE4BC7) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and C7. RGB value is (174,75,199). Sum of RGB (Red+Green+Blue) = 174+75+199=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE4BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BC7 is #51B438. Grayscale: #767676. Windows color (decimal): -5354553 or 13061038. OLE color: 13061038.

HSL color Cylindrical-coordinate representation of color #AE4BC7: hue angle of 287.9º degrees, saturation: 0.53, 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 #AE4BC7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17475199-
CMYK0.130.6200.22
HSL287.9º52.54%53.73%-
HSV(B)287.9º62.31%78.04%-
XYZ30.2818.1555.94-
YUV118.74173.3167.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 199 (78.12% from 255) = 44.42%
R=38.84%
G=16.74%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174751990.130.6200.22287.952.5453.73
HexAE4BC7D3E0161203536
Octal25611330715760264406566
Binary101011101001011110001111101111110010110100100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BC7; }

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

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

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

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

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

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

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

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