COLOR #AB03B9

HEX: #AB03B9
RGB: (171,3,185)

Color info

#AB03B9 contains mainly red and blue colors. Web safe color of #AB03B9 is #9900CC (or #90C).

RGB color model

#AB03B9 color RGB value is (171,3,185).

  • red value is 171;
  • green value is 3;
  • blue value is 185.
RGB:
(171,3,185)
(67%,1%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 3 of 255 = 1%
B 185 of 255 = 73%

171
3
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 3 + 185 = 359 (100%)
R 171 of 359 ~ 47.63%
G 3 of 359 ~ 0.84%
B 185 of 359 ~ 51.53%

%47.63
%51.53

CMYK color model

#AB03B9 color CMYK value is (8,98,0,27).

  • cyan value is 7.57%
  • magenta value is 98.38%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,98,0,27)
C8M98Y0K27 
(8%,98%,0%,27%)
(0.08/0.98/0.00/0.27)	

CMYK percentages

%7.57
%98.38
%0
%27.45

Codes

Color #AB03B9 in popluar color models

AB03B9
RGB1713185
HSL295°96.81%36.86%
HSB/HSV295°98.38%72.55%
CMYK7.57%98.38%0.00%
27.45%

Color #AB03B9 in popluar number systems.

HEXAB03B9
Decimal1713185
Binary101010111110111001
Octal2533271

Shades and tints

Shades of #AB03B9

#AB03B9
(171,3,185)
#9C03A9
(156,3,169)
#8D0399
(141,3,153)
#7E0389
(126,3,137)
#6F0379
(111,3,121)
#600369
(96,3,105)
#510359
(81,3,89)
#420349
(66,3,73)
#330339
(51,3,57)
#240329
(36,3,41)
#150319
(21,3,25)
#000000
(0,0,0)

Tints of #AB03B9

#AB03B9
(171,3,185)
#B219BF
(178,25,191)
#B92FC5
(185,47,197)
#C045CB
(192,69,203)
#C75BD1
(199,91,209)
#CE71D7
(206,113,215)
#D587DD
(213,135,221)
#DC9DE3
(220,157,227)
#E3B3E9
(227,179,233)
#EAC9EF
(234,201,239)
#F1DFF5
(241,223,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB03B9 color. Also use rgb(171,3,185) instead hex code.

Text Font Color

.myTextColor { color: #AB03B9; }

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

This text font color is #AB03B9.


Background Color

.myBgColor { background-color: #AB03B9; }

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

This div background color is #AB03B9.


Border color

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

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

This div border color is #AB03B9.


Opacity

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

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

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

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

This text has shadow with #AB03B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB03B9 on black background.


Color preview on white background

This text has color #AB03B9 on white background.



Black color preview on #AB03B9 background

This text has black color on #AB03B9 background.


White color preview on #AB03B9 background

This text has white color on #AB03B9 background.