COLOR #A24B96

HEX: #A24B96
RGB: (162,75,150)

Color info

#A24B96 contains mainly red and blue colors. Web safe color of #A24B96 is #993399 (or #939).

RGB color model

#A24B96 color RGB value is (162,75,150).

  • red value is 162;
  • green value is 75;
  • blue value is 150.
RGB:
(162,75,150)
(64%,29%,59%)

RGB channels and saturation

R 162 of 255 = 64%
G 75 of 255 = 29%
B 150 of 255 = 59%

162
75
150

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

Portions of RGB colors in percentages

R + G + B =
162 + 75 + 150 = 387 (100%)
R 162 of 387 ~ 41.86%
G 75 of 387 ~ 19.38%
B 150 of 387 ~ 38.76%

%41.86
%19.38
%38.76

CMYK color model

#A24B96 color CMYK value is (0,54,7,36).

  • cyan value is 0.00%
  • magenta value is 53.70%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(0,54,7,36)
C0M54Y7K36 
(0%,54%,7%,36%)
(0.00/0.54/0.07/0.36)	

CMYK percentages

%0
%53.7
%7.41
%36.47

Codes

Color #A24B96 in popluar color models

A24B96
RGB16275150
HSL308°36.71%46.47%
HSB/HSV308°53.70%63.53%
CMYK0.00%53.70%7.41%
36.47%

Color #A24B96 in popluar number systems.

HEXA24B96
Decimal16275150
Binary10100010100101110010110
Octal242113226

Shades and tints

Shades of #A24B96

#A24B96
(162,75,150)
#944589
(148,69,137)
#863F7C
(134,63,124)
#78396F
(120,57,111)
#6A3362
(106,51,98)
#5C2D55
(92,45,85)
#4E2748
(78,39,72)
#40213B
(64,33,59)
#321B2E
(50,27,46)
#241521
(36,21,33)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #A24B96

#A24B96
(162,75,150)
#AA5B9F
(170,91,159)
#B26BA8
(178,107,168)
#BA7BB1
(186,123,177)
#C28BBA
(194,139,186)
#CA9BC3
(202,155,195)
#D2ABCC
(210,171,204)
#DABBD5
(218,187,213)
#E2CBDE
(226,203,222)
#EADBE7
(234,219,231)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24B96 color. Also use rgb(162,75,150) instead hex code.

Text Font Color

.myTextColor { color: #A24B96; }

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

This text font color is #A24B96.


Background Color

.myBgColor { background-color: #A24B96; }

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

This div background color is #A24B96.


Border color

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

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

This div border color is #A24B96.


Opacity

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

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

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

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

This text has shadow with #A24B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24B96 on black background.


Color preview on white background

This text has color #A24B96 on white background.



Black color preview on #A24B96 background

This text has black color on #A24B96 background.


White color preview on #A24B96 background

This text has white color on #A24B96 background.