#AE2D9F

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

Shades of Medium Red Violet #AE2D9F

Tints of Medium Red Violet #AE2D9F

Color information

#AE2D9F (or 0xAE2D9F) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2D and 9F. RGB value is (174,45,159). Sum of RGB (Red+Green+Blue) = 174+45+159=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2D9F is #51D260. Grayscale: #606060. Windows color (decimal): -5362273 or 10431918. OLE color: 10431918.

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

Color convert

RGB17445159-
CMYK00.740.090.32
HSL306.98º58.9%42.94%-
HSV(B)306.98º74.14%68.24%-
XYZ24.6513.3834.08-
YUV96.57163.24183.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=46.03%
G=11.90%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744515900.740.090.32306.9858.942.94
HexAE2D9F04A9201333b2b
Octal25655237011211404637353
Binary1010111010110110011111010010101001100000100110011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2D9F; }

 p { color: rgb(174,45,159); }

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

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

 a { background-color: rgb(174,45,159); }

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

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

 span { border-color: rgb(174,45,159); }

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