#AE1E77

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

Shades of Medium Red Violet #AE1E77

Tints of Medium Red Violet #AE1E77

Color information

#AE1E77 (or 0xAE1E77) is unknown color: approx Medium Red Violet. HEX triplet: AE, 1E and 77. RGB value is (174,30,119). Sum of RGB (Red+Green+Blue) = 174+30+119=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1E77 is #51E188. Grayscale: #525252. Windows color (decimal): -5366153 or 7806638. OLE color: 7806638.

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

Color convert

RGB17430119-
CMYK00.830.320.32
HSL322.92º70.59%40%-
HSV(B)322.92º82.76%68.24%-
XYZ21.2511.2618.51-
YUV83.2148.21192.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 30 (12.11% from 255) = 9.29%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=53.87%
G=9.29%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743011900.830.320.32322.9270.5940
HexAE1E7705320201434728
Octal256361670123404050310750
Binary10101110111101110111010100111000001000001010000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E77; }

 p { color: rgb(174,30,119); }

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

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

 a { background-color: rgb(174,30,119); }

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

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

 span { border-color: rgb(174,30,119); }

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