#AE407E

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

Shades of Medium Red Violet #AE407E

Tints of Medium Red Violet #AE407E

Color information

#AE407E (or 0xAE407E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 7E. RGB value is (174,64,126). Sum of RGB (Red+Green+Blue) = 174+64+126=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE407E is #51BF81. Grayscale: #676767. Windows color (decimal): -5357442 or 8274094. OLE color: 8274094.

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

Color convert

RGB17464126-
CMYK00.630.280.32
HSL326.18º46.22%46.67%-
HSV(B)326.18º63.22%68.24%-
XYZ23.0514.1721.26-
YUV103.96140.44177.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=47.80%
G=17.58%
B=34.62%

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
Decimal1746412600.630.280.32326.1846.2246.67
HexAE407E03F1C201462e2f
Octal25610017607734405065657
Binary1010111010000001111110011111111100100000101000110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE407E; }

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

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

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

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

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

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

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

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