#AE2289

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

Shades of Medium Red Violet #AE2289

Tints of Medium Red Violet #AE2289

Color information

#AE2289 (or 0xAE2289) is unknown color: approx Medium Red Violet. HEX triplet: AE, 22 and 89. RGB value is (174,34,137). Sum of RGB (Red+Green+Blue) = 174+34+137=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2289 is #51DD76. Grayscale: #575757. Windows color (decimal): -5365111 or 8987310. OLE color: 8987310.

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

Color convert

RGB17434137-
CMYK00.800.210.32
HSL315.86º67.31%40.78%-
HSV(B)315.86º80.46%68.24%-
XYZ22.5411.9524.79-
YUV87.6155.88189.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=50.43%
G=9.86%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743413700.800.210.32315.8667.3140.78
HexAE2289050152013c4329
Octal256422110120254047410351
Binary101011101000101000100101010000101011000001001111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2289; }

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

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

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

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

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

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

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

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