#AE197E

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

Shades of Medium Violet Red #AE197E

Tints of Medium Violet Red #AE197E

Color information

#AE197E (or 0xAE197E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 19 and 7E. RGB value is (174,25,126). Sum of RGB (Red+Green+Blue) = 174+25+126=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE197E is #51E681. Grayscale: #505050. Windows color (decimal): -5367426 or 8264110. OLE color: 8264110.

HSL color Cylindrical-coordinate representation of color #AE197E: hue angle of 319.33º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE197E is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17425126-
CMYK00.860.280.32
HSL319.33º74.87%39.02%-
HSV(B)319.33º85.63%68.24%-
XYZ21.5711.220.76-
YUV81.06153.36194.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=53.54%
G=7.69%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742512600.860.280.32319.3374.8739.02
HexAE197E0561C2013f4b27
Octal256311760126344047711347
Binary1010111011001111111001010110111001000001001111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE197E; }

 p { color: rgb(174,25,126); }

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

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

 a { background-color: rgb(174,25,126); }

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

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

 span { border-color: rgb(174,25,126); }

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