#AE4AC1

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

Shades of Medium Orchid #AE4AC1

Tints of Medium Orchid #AE4AC1

Color information

#AE4AC1 (or 0xAE4AC1) is unknown color: approx Medium Orchid. HEX triplet: AE, 4A and C1. RGB value is (174,74,193). Sum of RGB (Red+Green+Blue) = 174+74+193=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE4AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4AC1 is #51B53E. Grayscale: #757575. Windows color (decimal): -5354815 or 12667566. OLE color: 12667566.

HSL color Cylindrical-coordinate representation of color #AE4AC1: hue angle of 290.42º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4AC1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17474193-
CMYK0.100.6200.24
HSL290.42º48.97%52.35%-
HSV(B)290.42º61.66%75.69%-
XYZ29.5317.7552.32-
YUV117.47170.63168.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 74 (29.30% from 255) = 16.78%
BLUE value IS 193 (75.78% from 255) = 43.76%
R=39.46%
G=16.78%
B=43.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174741930.100.6200.24290.4248.9752.35
HexAE4AC1A3E0181223134
Octal25611230112760304426164
Binary101011101001010110000011010111110011000100100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AC1; }

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

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

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

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

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

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

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

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