#AE2976

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

Shades of Medium Red Violet #AE2976

Tints of Medium Red Violet #AE2976

Color information

#AE2976 (or 0xAE2976) is unknown color: approx Medium Red Violet. HEX triplet: AE, 29 and 76. RGB value is (174,41,118). Sum of RGB (Red+Green+Blue) = 174+41+118=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2976 is #51D689. Grayscale: #595959. Windows color (decimal): -5363338 or 7743918. OLE color: 7743918.

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

Color convert

RGB17441118-
CMYK00.760.320.32
HSL325.26º61.86%42.16%-
HSV(B)325.26º76.44%68.24%-
XYZ21.5211.8918.3-
YUV89.54144.06188.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=52.25%
G=12.31%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744111800.760.320.32325.2661.8642.16
HexAE297604C20201453e2a
Octal25651166011440405057652
Binary10101110101001111011001001100100000100000101000101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2976; }

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

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

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

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

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

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

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

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