#AE4190

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

Shades of Medium Red Violet #AE4190

Tints of Medium Red Violet #AE4190

Color information

#AE4190 (or 0xAE4190) is unknown color: approx Medium Red Violet. HEX triplet: AE, 41 and 90. RGB value is (174,65,144). Sum of RGB (Red+Green+Blue) = 174+65+144=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4190 is #51BE6F. Grayscale: #6A6A6A. Windows color (decimal): -5357168 or 9453998. OLE color: 9453998.

HSL color Cylindrical-coordinate representation of color #AE4190: hue angle of 316.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4190 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB17465144-
CMYK00.630.170.32
HSL316.51º45.61%46.86%-
HSV(B)316.51º62.64%68.24%-
XYZ24.3814.7927.96-
YUV106.6149.11176.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=45.43%
G=16.97%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746514400.630.170.32316.5145.6146.86
HexAE419003F112013d2e2f
Octal25610122007721404755657
Binary10101110100000110010000011111110001100000100111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4190; }

 p { color: rgb(174,65,144); }

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

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

 a { background-color: rgb(174,65,144); }

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

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

 span { border-color: rgb(174,65,144); }

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