COLOR #AB207A

HEX: #AB207A RGB: (171,32,122)

Color info

#AB207A contains mainly red and blue colors. Web safe color of #AB207A is #993366 (or #936).

RGB color model

#AB207A color RGB value is (171,32,122).

RGB: (171,32,122) (67%, 13%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 32 of 255 = 13%
B 122 of 255 = 48%

171
32
122

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

Portions of RGB colors in percentages

R + G + B = 171 + 32 + 122 = 325 (100%)
R 171 of 325 ~ 52.62%
G 32 of 325 ~ 9.85%
B 122 of 325 ~ 37.54'%

%52.62
%37.54

CMYK color model

#AB207A color CMYK value is (0,81,29,33).

  • cyan value is 0.00%
  • magenta value is 81.29%
  • yellow value is 28.65%
  • key color value is 32.94%

CMYK: (0,81,29,33)
C0M81Y29K33 (0%, 81%, 29%, 33%)
(0.00 / 0.81 / 0.29 / 0.33)

CMYK percentages

%0
%81.29
%28.65
%32.94

Codes

Color #AB207A in popluar color models

AB 20 7A
RGB 171 32 122
HSL 321° 68.47% 39.80%
HSB/HSV 321° 81.29% 67.06%
CMYK 0.00% 81.29% 28.65%
32.94%

Color #AB207A in popluar number systems.

HEX AB 20 7A
Decimal 171 32 122
Binary 10101011 100000 1111010
Octal 253 40 172

Shades and tints

Shades of #AB207A

#AB207A
(171,32,122)
#9C1E6F
(156,30,111)
#8D1C64
(141,28,100)
#7E1A59
(126,26,89)
#6F184E
(111,24,78)
#601643
(96,22,67)
#511438
(81,20,56)
#42122D
(66,18,45)
#331022
(51,16,34)
#240E17
(36,14,23)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #AB207A

#AB207A
(171,32,122)
#B23486
(178,52,134)
#B94892
(185,72,146)
#C05C9E
(192,92,158)
#C770AA
(199,112,170)
#CE84B6
(206,132,182)
#D598C2
(213,152,194)
#DCACCE
(220,172,206)
#E3C0DA
(227,192,218)
#EAD4E6
(234,212,230)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB207A color. Also use rgb(171,32,122) instead hex code.

Text Font Color

.myTextColor { color: #AB207A; }

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

This text font color is #AB207A.

Background Color

.myBgColor { background-color: #AB207A; }

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

This div background color is #AB207A.

Border color

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

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

This div border color is #AB207A.

Opacity

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

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

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

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

This text has shadow with #AB207A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB207A.

Preview

Color preview on black background

This text has color #AB207A on black background.


Color preview on white background

This text has color #AB207A on white background.


Black color preview on #AB207A background

This text has black color on #AB207A background.


White color preview on #AB207A background

This text has white color on #AB207A background.


Related colors

Complementary color

Complementary color for #hex is #54DF85.


I love getcolorcode.com

Triadic colors

1 #7AAB20 and #207AAB with #AB207A are triadic colors.

2 #7A20AB and #20AB7A with #AB207A are triadic colors.