COLOR #AF038D

HEX: #AF038D
RGB: (175,3,141)

Color info

#AF038D contains mainly red and blue colors. Web safe color of #AF038D is #990099 (or #909).

RGB color model

#AF038D color RGB value is (175,3,141).

  • red value is 175;
  • green value is 3;
  • blue value is 141.
RGB:
(175,3,141)
(69%,1%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 3 of 255 = 1%
B 141 of 255 = 55%

175
3
141

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

Portions of RGB colors in percentages

R + G + B =
175 + 3 + 141 = 319 (100%)
R 175 of 319 ~ 54.86%
G 3 of 319 ~ 0.94%
B 141 of 319 ~ 44.2%

%54.86
%44.2

CMYK color model

#AF038D color CMYK value is (0,98,19,31).

  • cyan value is 0.00%
  • magenta value is 98.29%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(0,98,19,31)
C0M98Y19K31 
(0%,98%,19%,31%)
(0.00/0.98/0.19/0.31)	

CMYK percentages

%0
%98.29
%19.43
%31.37

Codes

Color #AF038D in popluar color models

AF038D
RGB1753141
HSL312°96.63%34.90%
HSB/HSV312°98.29%68.63%
CMYK0.00%98.29%19.43%
31.37%

Color #AF038D in popluar number systems.

HEXAF038D
Decimal1753141
Binary101011111110001101
Octal2573215

Shades and tints

Shades of #AF038D

#AF038D
(175,3,141)
#A00381
(160,3,129)
#910375
(145,3,117)
#820369
(130,3,105)
#73035D
(115,3,93)
#640351
(100,3,81)
#550345
(85,3,69)
#460339
(70,3,57)
#37032D
(55,3,45)
#280321
(40,3,33)
#190315
(25,3,21)
#000000
(0,0,0)

Tints of #AF038D

#AF038D
(175,3,141)
#B61997
(182,25,151)
#BD2FA1
(189,47,161)
#C445AB
(196,69,171)
#CB5BB5
(203,91,181)
#D271BF
(210,113,191)
#D987C9
(217,135,201)
#E09DD3
(224,157,211)
#E7B3DD
(231,179,221)
#EEC9E7
(238,201,231)
#F5DFF1
(245,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF038D color. Also use rgb(175,3,141) instead hex code.

Text Font Color

.myTextColor { color: #AF038D; }

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

This text font color is #AF038D.


Background Color

.myBgColor { background-color: #AF038D; }

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

This div background color is #AF038D.


Border color

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

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

This div border color is #AF038D.


Opacity

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

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

Text with #AF038D 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 #AF038D;}

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

This text has shadow with #AF038D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF038D on black background.


Color preview on white background

This text has color #AF038D on white background.



Black color preview on #AF038D background

This text has black color on #AF038D background.


White color preview on #AF038D background

This text has white color on #AF038D background.