#AE377E

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

Shades of Medium Red Violet #AE377E

Tints of Medium Red Violet #AE377E

Color information

#AE377E (or 0xAE377E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 37 and 7E. RGB value is (174,55,126). Sum of RGB (Red+Green+Blue) = 174+55+126=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE377E is #51C881. Grayscale: #626262. Windows color (decimal): -5359746 or 8271790. OLE color: 8271790.

HSL color Cylindrical-coordinate representation of color #AE377E: hue angle of 324.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE377E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17455126-
CMYK00.680.280.32
HSL324.2º51.97%44.9%-
HSV(B)324.2º68.39%68.24%-
XYZ22.5913.2421.1-
YUV98.68143.42181.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=49.01%
G=15.49%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745512600.680.280.32324.251.9744.9
HexAE377E0441C20144342d
Octal25667176010434405046455
Binary1010111011011111111100100010011100100000101000100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE377E; }

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

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

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

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

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

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

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

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