#AE2C9B

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

Shades of Medium Red Violet #AE2C9B

Tints of Medium Red Violet #AE2C9B

Color information

#AE2C9B (or 0xAE2C9B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2C and 9B. RGB value is (174,44,155). Sum of RGB (Red+Green+Blue) = 174+44+155=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2C9B is #51D364. Grayscale: #5F5F5F. Windows color (decimal): -5362533 or 10169518. OLE color: 10169518.

HSL color Cylindrical-coordinate representation of color #AE2C9B: hue angle of 308.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C9B is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17444155-
CMYK00.750.110.32
HSL308.77º59.63%42.75%-
HSV(B)308.77º74.71%68.24%-
XYZ24.2713.1732.27-
YUV95.52161.57183.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 44 (17.58% from 255) = 11.80%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=46.65%
G=11.80%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744415500.750.110.32308.7759.6342.75
HexAE2C9B04BB201353c2b
Octal25654233011313404657453
Binary1010111010110010011011010010111011100000100110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C9B; }

 p { color: rgb(174,44,155); }

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

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

 a { background-color: rgb(174,44,155); }

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

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

 span { border-color: rgb(174,44,155); }

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