#AE2271

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

Shades of Medium Red Violet #AE2271

Tints of Medium Red Violet #AE2271

Color information

#AE2271 (or 0xAE2271) is unknown color: approx Medium Red Violet. HEX triplet: AE, 22 and 71. RGB value is (174,34,113). Sum of RGB (Red+Green+Blue) = 174+34+113=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2271 is #51DD8E. Grayscale: #545454. Windows color (decimal): -5365135 or 7414446. OLE color: 7414446.

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

Color convert

RGB17434113-
CMYK00.800.350.32
HSL326.14º67.31%40.78%-
HSV(B)326.14º80.46%68.24%-
XYZ21.0111.3316.7-
YUV84.87143.88191.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=54.21%
G=10.59%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743411300.800.350.32326.1467.3140.78
HexAE227105023201464329
Octal256421610120434050610351
Binary101011101000101110001010100001000111000001010001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2271; }

 p { color: rgb(174,34,113); }

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

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

 a { background-color: rgb(174,34,113); }

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

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

 span { border-color: rgb(174,34,113); }

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