COLOR #AE43A3

HEX: #AE43A3
RGB: (174,67,163)

Color info

#AE43A3 contains mainly red and blue colors. Web safe color of #AE43A3 is #993399 (or #939).

RGB color model

#AE43A3 color RGB value is (174,67,163).

  • red value is 174;
  • green value is 67;
  • blue value is 163.
RGB:
(174,67,163)
(68%,26%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 67 of 255 = 26%
B 163 of 255 = 64%

174
67
163

R + G + B ~ 53%. #AE43A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 67 + 163 = 404 (100%)
R 174 of 404 ~ 43.07%
G 67 of 404 ~ 16.58%
B 163 of 404 ~ 40.35%

%43.07
%16.58
%40.35

CMYK color model

#AE43A3 color CMYK value is (0,61,6,32).

  • cyan value is 0.00%
  • magenta value is 61.49%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(0,61,6,32)
C0M61Y6K32 
(0%,61%,6%,32%)
(0.00/0.61/0.06/0.32)	

CMYK percentages

%0
%61.49
%6.32
%31.76

Codes

Color #AE43A3 in popluar color models

AE43A3
RGB17467163
HSL306°44.40%47.25%
HSB/HSV306°61.49%68.24%
CMYK0.00%61.49%6.32%
31.76%

Color #AE43A3 in popluar number systems.

HEXAE43A3
Decimal17467163
Binary10101110100001110100011
Octal256103243

Shades and tints

Shades of #AE43A3

#AE43A3
(174,67,163)
#9F3D95
(159,61,149)
#903787
(144,55,135)
#813179
(129,49,121)
#722B6B
(114,43,107)
#63255D
(99,37,93)
#541F4F
(84,31,79)
#451941
(69,25,65)
#361333
(54,19,51)
#270D25
(39,13,37)
#180717
(24,7,23)
#000000
(0,0,0)

Tints of #AE43A3

#AE43A3
(174,67,163)
#B554AB
(181,84,171)
#BC65B3
(188,101,179)
#C376BB
(195,118,187)
#CA87C3
(202,135,195)
#D198CB
(209,152,203)
#D8A9D3
(216,169,211)
#DFBADB
(223,186,219)
#E6CBE3
(230,203,227)
#EDDCEB
(237,220,235)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE43A3 color. Also use rgb(174,67,163) instead hex code.

Text Font Color

.myTextColor { color: #AE43A3; }

<p style="color:#AE43A3">This sample text font color is #AE43A3.</p>

This text font color is #AE43A3.


Background Color

.myBgColor { background-color: #AE43A3; }

<div style="background-color:#AE43A3">Inner text</div>

This div background color is #AE43A3.


Border color

.myBorderColor { border: 1px solid #AE43A3; }

<div style="border:3px solid #AE43A3">Div</div>

This div border color is #AE43A3.


Opacity

.myOpacity80 { color: #AE43A3; opacity: 0.8; }

<p style="color:#AE43A3;opacity:0.8;">80%</p>

Text with #AE43A3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE43A3;}

<p style="text-shadow: 3px 3px 1px #AE43A3">Text here.</p>

This text has shadow with #AE43A3 color.

.textShadow {text-shadow: 3px 3px 1px #AE43A3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE43A3, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE43A3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE43A3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE43A3, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE43A3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AE43A3;
  -webkit-box-shadow:	1px 1px 3px 2px #AE43A3;
  box-shadow:		1px 1px 3px 2px #AE43A3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE43A3;
-webkit-box-shadow: 1px 1px 3px 2px #AE43A3;
box-shadow:1px 1px 3px 2px #AE43A3;">
Div content here</div>
This div box has shadow with color #AE43A3.

Preview

Color preview on black background

This text has color #AE43A3 on black background.


Color preview on white background

This text has color #AE43A3 on white background.



Black color preview on #AE43A3 background

This text has black color on #AE43A3 background.


White color preview on #AE43A3 background

This text has white color on #AE43A3 background.