#AE2291

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

Shades of Medium Red Violet #AE2291

Tints of Medium Red Violet #AE2291

Color information

#AE2291 (or 0xAE2291) is unknown color: approx Medium Red Violet. HEX triplet: AE, 22 and 91. RGB value is (174,34,145). Sum of RGB (Red+Green+Blue) = 174+34+145=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2291 is #51DD6E. Grayscale: #585858. Windows color (decimal): -5365103 or 9511598. OLE color: 9511598.

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

Color convert

RGB17434145-
CMYK00.800.170.32
HSL312.43º67.31%40.78%-
HSV(B)312.43º80.46%68.24%-
XYZ23.1412.1927.92-
YUV88.51159.88188.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=49.29%
G=9.63%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743414500.800.170.32312.4367.3140.78
HexAE229105011201384329
Octal256422210120214047010351
Binary101011101000101001000101010000100011000001001110001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2291; }

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

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

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

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

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

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

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

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