COLOR #A74CBF

HEX: #A74CBF
RGB: (167,76,191)

Color info

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

RGB color model

#A74CBF color RGB value is (167,76,191).

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

RGB channels and saturation

R 167 of 255 = 65%
G 76 of 255 = 30%
B 191 of 255 = 75%

167
76
191

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

Portions of RGB colors in percentages

R + G + B =
167 + 76 + 191 = 434 (100%)
R 167 of 434 ~ 38.48%
G 76 of 434 ~ 17.51%
B 191 of 434 ~ 44.01%

%38.48
%17.51
%44.01

CMYK color model

#A74CBF color CMYK value is (13,60,0,25).

  • cyan value is 12.57%
  • magenta value is 60.21%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,60,0,25)
C13M60Y0K25 
(13%,60%,0%,25%)
(0.13/0.60/0.00/0.25)	

CMYK percentages

%12.57
%60.21
%0
%25.1

Codes

Color #A74CBF in popluar color models

A74CBF
RGB16776191
HSL287°47.33%52.35%
HSB/HSV287°60.21%74.90%
CMYK12.57%60.21%0.00%
25.10%

Color #A74CBF in popluar number systems.

HEXA74CBF
Decimal16776191
Binary10100111100110010111111
Octal247114277

Shades and tints

Shades of #A74CBF

#A74CBF
(167,76,191)
#9846AE
(152,70,174)
#89409D
(137,64,157)
#7A3A8C
(122,58,140)
#6B347B
(107,52,123)
#5C2E6A
(92,46,106)
#4D2859
(77,40,89)
#3E2248
(62,34,72)
#2F1C37
(47,28,55)
#201626
(32,22,38)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #A74CBF

#A74CBF
(167,76,191)
#AF5CC4
(175,92,196)
#B76CC9
(183,108,201)
#BF7CCE
(191,124,206)
#C78CD3
(199,140,211)
#CF9CD8
(207,156,216)
#D7ACDD
(215,172,221)
#DFBCE2
(223,188,226)
#E7CCE7
(231,204,231)
#EFDCEC
(239,220,236)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74CBF; }

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

This text font color is #A74CBF.


Background Color

.myBgColor { background-color: #A74CBF; }

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

This div background color is #A74CBF.


Border color

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

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

This div border color is #A74CBF.


Opacity

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

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

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

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

This text has shadow with #A74CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74CBF on black background.


Color preview on white background

This text has color #A74CBF on white background.



Black color preview on #A74CBF background

This text has black color on #A74CBF background.


White color preview on #A74CBF background

This text has white color on #A74CBF background.