#AE2E7E

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

Shades of Medium Red Violet #AE2E7E

Tints of Medium Red Violet #AE2E7E

Color information

#AE2E7E (or 0xAE2E7E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2E and 7E. RGB value is (174,46,126). Sum of RGB (Red+Green+Blue) = 174+46+126=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2E7E is #51D181. Grayscale: #5D5D5D. Windows color (decimal): -5362050 or 8269486. OLE color: 8269486.

HSL color Cylindrical-coordinate representation of color #AE2E7E: hue angle of 322.5º degrees, saturation: 0.58, 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 #AE2E7E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17446126-
CMYK00.740.280.32
HSL322.5º58.18%43.14%-
HSV(B)322.5º73.56%68.24%-
XYZ22.212.4620.97-
YUV93.39146.41185.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 46 (18.36% from 255) = 13.29%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=50.29%
G=13.29%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744612600.740.280.32322.558.1843.14
HexAE2E7E04A1C201423a2b
Octal25656176011234405027253
Binary1010111010111011111100100101011100100000101000010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E7E; }

 p { color: rgb(174,46,126); }

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

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

 a { background-color: rgb(174,46,126); }

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

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

 span { border-color: rgb(174,46,126); }

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