COLOR #A08FAA

HEX: #A08FAA
RGB: (160,143,170)

Color info

#A08FAA contains red, green and blue colors in about the same proportion. Web safe color of #A08FAA is #999999 (or #999).

RGB color model

#A08FAA color RGB value is (160,143,170).

  • red value is 160;
  • green value is 143;
  • blue value is 170.
RGB:
(160,143,170)
(63%,56%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 143 of 255 = 56%
B 170 of 255 = 67%

160
143
170

R + G + B ~ 62%. #A08FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 143 + 170 = 473 (100%)
R 160 of 473 ~ 33.83%
G 143 of 473 ~ 30.23%
B 170 of 473 ~ 35.94%

%33.83
%30.23
%35.94

CMYK color model

#A08FAA color CMYK value is (6,16,0,33).

  • cyan value is 5.88%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,16,0,33)
C6M16Y0K33 
(6%,16%,0%,33%)
(0.06/0.16/0.00/0.33)	

CMYK percentages

%5.88
%15.88
%0
%33.33

Codes

Color #A08FAA in popluar color models

A08FAA
RGB160143170
HSL278°13.71%61.37%
HSB/HSV278°15.88%66.67%
CMYK5.88%15.88%0.00%
33.33%

Color #A08FAA in popluar number systems.

HEXA08FAA
Decimal160143170
Binary101000001000111110101010
Octal240217252

Shades and tints

Shades of #A08FAA

#A08FAA
(160,143,170)
#92829B
(146,130,155)
#84758C
(132,117,140)
#76687D
(118,104,125)
#685B6E
(104,91,110)
#5A4E5F
(90,78,95)
#4C4150
(76,65,80)
#3E3441
(62,52,65)
#302732
(48,39,50)
#221A23
(34,26,35)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #A08FAA

#A08FAA
(160,143,170)
#A899B1
(168,153,177)
#B0A3B8
(176,163,184)
#B8ADBF
(184,173,191)
#C0B7C6
(192,183,198)
#C8C1CD
(200,193,205)
#D0CBD4
(208,203,212)
#D8D5DB
(216,213,219)
#E0DFE2
(224,223,226)
#E8E9E9
(232,233,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08FAA color. Also use rgb(160,143,170) instead hex code.

Text Font Color

.myTextColor { color: #A08FAA; }

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

This text font color is #A08FAA.


Background Color

.myBgColor { background-color: #A08FAA; }

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

This div background color is #A08FAA.


Border color

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

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

This div border color is #A08FAA.


Opacity

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

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

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

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

This text has shadow with #A08FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08FAA on black background.


Color preview on white background

This text has color #A08FAA on white background.



Black color preview on #A08FAA background

This text has black color on #A08FAA background.


White color preview on #A08FAA background

This text has white color on #A08FAA background.