#AE2770

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

Shades of Medium Red Violet #AE2770

Tints of Medium Red Violet #AE2770

Color information

#AE2770 (or 0xAE2770) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 70. RGB value is (174,39,112). Sum of RGB (Red+Green+Blue) = 174+39+112=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2770 is #51D88F. Grayscale: #575757. Windows color (decimal): -5363856 or 7350190. OLE color: 7350190.

HSL color Cylindrical-coordinate representation of color #AE2770: hue angle of 327.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2770 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17439112-
CMYK00.780.360.32
HSL327.56º63.38%41.76%-
HSV(B)327.56º77.59%68.24%-
XYZ21.1111.6216.46-
YUV87.69141.73189.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=53.54%
G=12%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743911200.780.360.32327.5663.3841.76
HexAE277004E24201483f2a
Octal25647160011644405107752
Binary10101110100111111000001001110100100100000101001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2770; }

 p { color: rgb(174,39,112); }

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

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

 a { background-color: rgb(174,39,112); }

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

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

 span { border-color: rgb(174,39,112); }

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