#AE2776

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

Shades of Medium Red Violet #AE2776

Tints of Medium Red Violet #AE2776

Color information

#AE2776 (or 0xAE2776) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 76. RGB value is (174,39,118). Sum of RGB (Red+Green+Blue) = 174+39+118=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2776 is #51D889. Grayscale: #585858. Windows color (decimal): -5363850 or 7743406. OLE color: 7743406.

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

Color convert

RGB17439118-
CMYK00.780.320.32
HSL324.89º63.38%41.76%-
HSV(B)324.89º77.59%68.24%-
XYZ21.4511.7618.28-
YUV88.37144.73189.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 39 (15.62% from 255) = 11.78%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=52.57%
G=11.78%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743911800.780.320.32324.8963.3841.76
HexAE277604E20201453f2a
Octal25647166011640405057752
Binary10101110100111111011001001110100000100000101000101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2776; }

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

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

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

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

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

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

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

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