#AE2772

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

Shades of Medium Red Violet #AE2772

Tints of Medium Red Violet #AE2772

Color information

#AE2772 (or 0xAE2772) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 72. RGB value is (174,39,114). Sum of RGB (Red+Green+Blue) = 174+39+114=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2772 is #51D88D. Grayscale: #575757. Windows color (decimal): -5363854 or 7481262. OLE color: 7481262.

HSL color Cylindrical-coordinate representation of color #AE2772: hue angle of 326.67º 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 #AE2772 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17439114-
CMYK00.780.340.32
HSL326.67º63.38%41.76%-
HSV(B)326.67º77.59%68.24%-
XYZ21.2211.6617.05-
YUV87.92142.73189.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=53.21%
G=11.93%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743911400.780.340.32326.6763.3841.76
HexAE277204E22201473f2a
Octal25647162011642405077752
Binary10101110100111111001001001110100010100000101000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2772; }

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

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

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

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

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

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

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

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