#AE2197

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

Shades of Medium Red Violet #AE2197

Tints of Medium Red Violet #AE2197

Color information

#AE2197 (or 0xAE2197) is unknown color: approx Medium Red Violet. HEX triplet: AE, 21 and 97. RGB value is (174,33,151). Sum of RGB (Red+Green+Blue) = 174+33+151=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2197 is #51DE68. Grayscale: #585858. Windows color (decimal): -5365353 or 9904558. OLE color: 9904558.

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

Color convert

RGB17433151-
CMYK00.810.130.32
HSL309.79º68.12%40.59%-
HSV(B)309.79º81.03%68.24%-
XYZ23.5912.3230.41-
YUV88.61163.21188.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 33 (13.28% from 255) = 9.22%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=48.60%
G=9.22%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743315100.810.130.32309.7968.1240.59
HexAE2197051D201364429
Octal256412270121154046610451
Binary10101110100001100101110101000111011000001001101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2197; }

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

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

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

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

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

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

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

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