COLOR #A31088

HEX: #A31088
RGB: (163,16,136)

Color info

#A31088 contains mainly red and blue colors. Web safe color of #A31088 is #990099 (or #909).

RGB color model

#A31088 color RGB value is (163,16,136).

  • red value is 163;
  • green value is 16;
  • blue value is 136.
RGB:
(163,16,136)
(64%,6%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 16 of 255 = 6%
B 136 of 255 = 53%

163
16
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 16 + 136 = 315 (100%)
R 163 of 315 ~ 51.75%
G 16 of 315 ~ 5.08%
B 136 of 315 ~ 43.17%

%51.75
%43.17

CMYK color model

#A31088 color CMYK value is (0,90,17,36).

  • cyan value is 0.00%
  • magenta value is 90.18%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,90,17,36)
C0M90Y17K36 
(0%,90%,17%,36%)
(0.00/0.90/0.17/0.36)	

CMYK percentages

%0
%90.18
%16.56
%36.08

Codes

Color #A31088 in popluar color models

A31088
RGB16316136
HSL311°82.12%35.10%
HSB/HSV311°90.18%63.92%
CMYK0.00%90.18%16.56%
36.08%

Color #A31088 in popluar number systems.

HEXA31088
Decimal16316136
Binary101000111000010001000
Octal24320210

Shades and tints

Shades of #A31088

#A31088
(163,16,136)
#950F7C
(149,15,124)
#870E70
(135,14,112)
#790D64
(121,13,100)
#6B0C58
(107,12,88)
#5D0B4C
(93,11,76)
#4F0A40
(79,10,64)
#410934
(65,9,52)
#330828
(51,8,40)
#25071C
(37,7,28)
#170610
(23,6,16)
#000000
(0,0,0)

Tints of #A31088

#A31088
(163,16,136)
#AB2592
(171,37,146)
#B33A9C
(179,58,156)
#BB4FA6
(187,79,166)
#C364B0
(195,100,176)
#CB79BA
(203,121,186)
#D38EC4
(211,142,196)
#DBA3CE
(219,163,206)
#E3B8D8
(227,184,216)
#EBCDE2
(235,205,226)
#F3E2EC
(243,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A31088 color. Also use rgb(163,16,136) instead hex code.

Text Font Color

.myTextColor { color: #A31088; }

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

This text font color is #A31088.


Background Color

.myBgColor { background-color: #A31088; }

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

This div background color is #A31088.


Border color

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

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

This div border color is #A31088.


Opacity

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

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

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

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

This text has shadow with #A31088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31088 on black background.


Color preview on white background

This text has color #A31088 on white background.



Black color preview on #A31088 background

This text has black color on #A31088 background.


White color preview on #A31088 background

This text has white color on #A31088 background.