#AE2175

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

Shades of Medium Red Violet #AE2175

Tints of Medium Red Violet #AE2175

Color information

#AE2175 (or 0xAE2175) is unknown color: approx Medium Red Violet. HEX triplet: AE, 21 and 75. RGB value is (174,33,117). Sum of RGB (Red+Green+Blue) = 174+33+117=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2175 is #51DE8A. Grayscale: #545454. Windows color (decimal): -5365387 or 7676334. OLE color: 7676334.

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

Color convert

RGB17433117-
CMYK00.810.330.32
HSL324.26º68.12%40.59%-
HSV(B)324.26º81.03%68.24%-
XYZ21.2111.3717.91-
YUV84.73146.21191.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=53.70%
G=10.19%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743311700.810.330.32324.2668.1240.59
HexAE217505121201444429
Octal256411650121414050410451
Binary101011101000011110101010100011000011000001010001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2175; }

 p { color: rgb(174,33,117); }

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

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

 a { background-color: rgb(174,33,117); }

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

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

 span { border-color: rgb(174,33,117); }

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