COLOR #A70DBF

HEX: #A70DBF
RGB: (167,13,191)

Color info

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

RGB color model

#A70DBF color RGB value is (167,13,191).

  • red value is 167;
  • green value is 13;
  • blue value is 191.
RGB:
(167,13,191)
(65%,5%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 13 of 255 = 5%
B 191 of 255 = 75%

167
13
191

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

Portions of RGB colors in percentages

R + G + B =
167 + 13 + 191 = 371 (100%)
R 167 of 371 ~ 45.01%
G 13 of 371 ~ 3.5%
B 191 of 371 ~ 51.48%

%45.01
%51.48

CMYK color model

#A70DBF color CMYK value is (13,93,0,25).

  • cyan value is 12.57%
  • magenta value is 93.19%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,93,0,25)
C13M93Y0K25 
(13%,93%,0%,25%)
(0.13/0.93/0.00/0.25)	

CMYK percentages

%12.57
%93.19
%0
%25.1

Codes

Color #A70DBF in popluar color models

A70DBF
RGB16713191
HSL292°87.25%40.00%
HSB/HSV292°93.19%74.90%
CMYK12.57%93.19%0.00%
25.10%

Color #A70DBF in popluar number systems.

HEXA70DBF
Decimal16713191
Binary10100111110110111111
Octal24715277

Shades and tints

Shades of #A70DBF

#A70DBF
(167,13,191)
#980CAE
(152,12,174)
#890B9D
(137,11,157)
#7A0A8C
(122,10,140)
#6B097B
(107,9,123)
#5C086A
(92,8,106)
#4D0759
(77,7,89)
#3E0648
(62,6,72)
#2F0537
(47,5,55)
#200426
(32,4,38)
#110315
(17,3,21)
#000000
(0,0,0)

Tints of #A70DBF

#A70DBF
(167,13,191)
#AF23C4
(175,35,196)
#B739C9
(183,57,201)
#BF4FCE
(191,79,206)
#C765D3
(199,101,211)
#CF7BD8
(207,123,216)
#D791DD
(215,145,221)
#DFA7E2
(223,167,226)
#E7BDE7
(231,189,231)
#EFD3EC
(239,211,236)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A70DBF color. Also use rgb(167,13,191) instead hex code.

Text Font Color

.myTextColor { color: #A70DBF; }

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

This text font color is #A70DBF.


Background Color

.myBgColor { background-color: #A70DBF; }

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

This div background color is #A70DBF.


Border color

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

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

This div border color is #A70DBF.


Opacity

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

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

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

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

This text has shadow with #A70DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A70DBF on black background.


Color preview on white background

This text has color #A70DBF on white background.



Black color preview on #A70DBF background

This text has black color on #A70DBF background.


White color preview on #A70DBF background

This text has white color on #A70DBF background.