#AE4AC4

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

Shades of Medium Orchid #AE4AC4

Tints of Medium Orchid #AE4AC4

Color information

#AE4AC4 (or 0xAE4AC4) is unknown color: approx Medium Orchid. HEX triplet: AE, 4A and C4. RGB value is (174,74,196). Sum of RGB (Red+Green+Blue) = 174+74+196=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE4AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4AC4 is #51B53B. Grayscale: #757575. Windows color (decimal): -5354812 or 12864174. OLE color: 12864174.

HSL color Cylindrical-coordinate representation of color #AE4AC4: hue angle of 289.18º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4AC4 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17474196-
CMYK0.110.6200.23
HSL289.18º50.83%52.94%-
HSV(B)289.18º62.24%76.86%-
XYZ29.8717.8854.1-
YUV117.81172.13168.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 196 (76.95% from 255) = 44.14%
R=39.19%
G=16.67%
B=44.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174741960.110.6200.23289.1850.8352.94
HexAE4AC4B3E0171213335
Octal25611230413760274416365
Binary101011101001010110001001011111110010111100100001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AC4; }

 p { color: rgb(174,74,196); }

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

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

 a { background-color: rgb(174,74,196); }

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

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

 span { border-color: rgb(174,74,196); }

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