#AE409D

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

Shades of Medium Red Violet #AE409D

Tints of Medium Red Violet #AE409D

Color information

#AE409D (or 0xAE409D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 9D. RGB value is (174,64,157). Sum of RGB (Red+Green+Blue) = 174+64+157=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE409D is #51BF62. Grayscale: #6B6B6B. Windows color (decimal): -5357411 or 10305710. OLE color: 10305710.

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

Color convert

RGB17464157-
CMYK00.630.100.32
HSL309.27º46.22%46.67%-
HSV(B)309.27º63.22%68.24%-
XYZ25.3715.133.48-
YUV107.49155.94175.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=44.05%
G=16.20%
B=39.75%

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
Decimal1746415700.630.100.32309.2746.2246.67
HexAE409D03FA201352e2f
Octal25610023507712404655657
Binary1010111010000001001110101111111010100000100110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE409D; }

 p { color: rgb(174,64,157); }

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

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

 a { background-color: rgb(174,64,157); }

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

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

 span { border-color: rgb(174,64,157); }

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