COLOR #AF43B8

HEX: #AF43B8 RGB: (175,67,184)

Color info

#AF43B8 contains mainly red and blue colors. Web safe color of #AF43B8 is #9933CC (or #93C).

RGB color model

#AF43B8 color RGB value is (175,67,184).

RGB: (175,67,184) (69%, 26%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 67 of 255 = 26%
B 184 of 255 = 72%

175
67
184

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

Portions of RGB colors in percentages

R + G + B = 175 + 67 + 184 = 426 (100%)
R 175 of 426 ~ 41.08%
G 67 of 426 ~ 15.73%
B 184 of 426 ~ 43.19'%

%41.08
%15.73
%43.19

CMYK color model

#AF43B8 color CMYK value is (5,64,0,28).

  • cyan value is 4.89%
  • magenta value is 63.59%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (5,64,0,28)
C5M64Y0K28 (5%, 64%, 0%, 28%)
(0.05 / 0.64 / 0.00 / 0.28)

CMYK percentages

%4.89
%63.59
%0
%27.84

Codes

Color #AF43B8 in popluar color models

AF 43 B8
RGB 175 67 184
HSL 295° 46.61% 49.22%
HSB/HSV 295° 63.59% 72.16%
CMYK 4.89% 63.59% 0.00%
27.84%

Color #AF43B8 in popluar number systems.

HEX AF 43 B8
Decimal 175 67 184
Binary 10101111 1000011 10111000
Octal 257 103 270

Shades and tints

Shades of #AF43B8

#AF43B8
(175,67,184)
#A03DA8
(160,61,168)
#913798
(145,55,152)
#823188
(130,49,136)
#732B78
(115,43,120)
#642568
(100,37,104)
#551F58
(85,31,88)
#461948
(70,25,72)
#371338
(55,19,56)
#280D28
(40,13,40)
#190718
(25,7,24)
#000000
(0,0,0)

Tints of #AF43B8

#AF43B8
(175,67,184)
#B654BE
(182,84,190)
#BD65C4
(189,101,196)
#C476CA
(196,118,202)
#CB87D0
(203,135,208)
#D298D6
(210,152,214)
#D9A9DC
(217,169,220)
#E0BAE2
(224,186,226)
#E7CBE8
(231,203,232)
#EEDCEE
(238,220,238)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF43B8 color. Also use rgb(175,67,184) instead hex code.

Text Font Color

.myTextColor { color: #AF43B8; }

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

This text font color is #AF43B8.

Background Color

.myBgColor { background-color: #AF43B8; }

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

This div background color is #AF43B8.

Border color

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

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

This div border color is #AF43B8.

Opacity

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

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

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

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

This text has shadow with #AF43B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF43B8.

Preview

Color preview on black background

This text has color #AF43B8 on black background.


Color preview on white background

This text has color #AF43B8 on white background.


Black color preview on #AF43B8 background

This text has black color on #AF43B8 background.


White color preview on #AF43B8 background

This text has white color on #AF43B8 background.


Related colors

Complementary color

Complementary color for #hex is #50BC47.


I love getcolorcode.com

Triadic colors

1 #B8AF43 and #43B8AF with #AF43B8 are triadic colors.

2 #B843AF and #43AFB8 with #AF43B8 are triadic colors.