#AE407D

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

Shades of Medium Red Violet #AE407D

Tints of Medium Red Violet #AE407D

Color information

#AE407D (or 0xAE407D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 7D. RGB value is (174,64,125). Sum of RGB (Red+Green+Blue) = 174+64+125=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE407D is #51BF82. Grayscale: #676767. Windows color (decimal): -5357443 or 8208558. OLE color: 8208558.

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

Color convert

RGB17464125-
CMYK00.630.280.32
HSL326.73º46.22%46.67%-
HSV(B)326.73º63.22%68.24%-
XYZ22.9914.1520.92-
YUV103.84139.94178.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=47.93%
G=17.63%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746412500.630.280.32326.7346.2246.67
HexAE407D03F1C201472e2f
Octal25610017507734405075657
Binary1010111010000001111101011111111100100000101000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE407D; }

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

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

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

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

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

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

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

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