#AE418A

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

Shades of Medium Red Violet #AE418A

Tints of Medium Red Violet #AE418A

Color information

#AE418A (or 0xAE418A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 41 and 8A. RGB value is (174,65,138). Sum of RGB (Red+Green+Blue) = 174+65+138=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE418A is #51BE75. Grayscale: #696969. Windows color (decimal): -5357174 or 9060782. OLE color: 9060782.

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

Color convert

RGB17465138-
CMYK00.630.210.32
HSL319.82º45.61%46.86%-
HSV(B)319.82º62.64%68.24%-
XYZ23.9314.6125.6-
YUV105.91146.11176.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=46.15%
G=17.24%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746513800.630.210.32319.8245.6146.86
HexAE418A03F15201402e2f
Octal25610121207725405005657
Binary10101110100000110001010011111110101100000101000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE418A; }

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

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

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

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

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

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

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

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