#AE419C

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

Shades of Medium Red Violet #AE419C

Tints of Medium Red Violet #AE419C

Color information

#AE419C (or 0xAE419C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 41 and 9C. RGB value is (174,65,156). Sum of RGB (Red+Green+Blue) = 174+65+156=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE419C is #51BE63. Grayscale: #6B6B6B. Windows color (decimal): -5357156 or 10240430. OLE color: 10240430.

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

Color convert

RGB17465156-
CMYK00.630.100.32
HSL309.91º45.61%46.86%-
HSV(B)309.91º62.64%68.24%-
XYZ25.3515.1833.05-
YUV107.96155.11175.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=44.05%
G=16.46%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746515600.630.100.32309.9145.6146.86
HexAE419C03FA201362e2f
Octal25610123407712404665657
Binary1010111010000011001110001111111010100000100110110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE419C; }

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

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

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

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

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

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

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

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