#AE3474

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

Shades of Medium Red Violet #AE3474

Tints of Medium Red Violet #AE3474

Color information

#AE3474 (or 0xAE3474) is unknown color: approx Medium Red Violet. HEX triplet: AE, 34 and 74. RGB value is (174,52,116). Sum of RGB (Red+Green+Blue) = 174+52+116=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3474 is #51CB8B. Grayscale: #5F5F5F. Windows color (decimal): -5360524 or 7615662. OLE color: 7615662.

HSL color Cylindrical-coordinate representation of color #AE3474: hue angle of 328.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3474 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB17452116-
CMYK00.700.330.32
HSL328.52º53.98%44.31%-
HSV(B)328.52º70.11%68.24%-
XYZ21.8412.7217.83-
YUV95.77139.42183.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=50.88%
G=15.20%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745211600.700.330.32328.5253.9844.31
HexAE34740462120149362c
Octal25664164010641405116654
Binary10101110110100111010001000110100001100000101001001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3474; }

 p { color: rgb(174,52,116); }

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

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

 a { background-color: rgb(174,52,116); }

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

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

 span { border-color: rgb(174,52,116); }

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