#AE3176

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

Shades of Medium Red Violet #AE3176

Tints of Medium Red Violet #AE3176

Color information

#AE3176 (or 0xAE3176) is unknown color: approx Medium Red Violet. HEX triplet: AE, 31 and 76. RGB value is (174,49,118). Sum of RGB (Red+Green+Blue) = 174+49+118=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3176 is #51CE89. Grayscale: #5E5E5E. Windows color (decimal): -5361290 or 7745966. OLE color: 7745966.

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

Color convert

RGB17449118-
CMYK00.720.320.32
HSL326.88º56.05%43.73%-
HSV(B)326.88º71.84%68.24%-
XYZ21.8212.518.4-
YUV94.24141.41184.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=51.03%
G=14.37%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744911800.720.320.32326.8856.0543.73
HexAE31760482020147382c
Octal25661166011040405077054
Binary10101110110001111011001001000100000100000101000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3176; }

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

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

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

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

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

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

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

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