COLOR #A299BA

HEX: #A299BA RGB: (162,153,186)

Color info

#A299BA contains red, green and blue colors in about the same proportion. Web safe color of #A299BA is #9999CC (or #99C).

RGB color model

#A299BA color RGB value is (162,153,186).

RGB: (162,153,186) (64%, 60%, 73%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 186 of 255 = 73%

162
153
186

R + G + B ~ 66%. #A299BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 153 + 186 = 501 (100%)
R 162 of 501 ~ 32.34%
G 153 of 501 ~ 30.54%
B 186 of 501 ~ 37.13'%

%32.34
%30.54
%37.13

CMYK color model

#A299BA color CMYK value is (13,18,0,27).

  • cyan value is 12.90%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (13,18,0,27)
C13M18Y0K27 (13%, 18%, 0%, 27%)
(0.13 / 0.18 / 0.00 / 0.27)

CMYK percentages

%12.9
%17.74
%0
%27.06

Codes

Color #A299BA in popluar color models

A2 99 BA
RGB 162 153 186
HSL 256° 19.30% 66.47%
HSB/HSV 256° 17.74% 72.94%
CMYK 12.90% 17.74% 0.00%
27.06%

Color #A299BA in popluar number systems.

HEX A2 99 BA
Decimal 162 153 186
Binary 10100010 10011001 10111010
Octal 242 231 272

Shades and tints

Shades of #A299BA

#A299BA
(162,153,186)
#948CAA
(148,140,170)
#867F9A
(134,127,154)
#78728A
(120,114,138)
#6A657A
(106,101,122)
#5C586A
(92,88,106)
#4E4B5A
(78,75,90)
#403E4A
(64,62,74)
#32313A
(50,49,58)
#24242A
(36,36,42)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #A299BA

#A299BA
(162,153,186)
#AAA2C0
(170,162,192)
#B2ABC6
(178,171,198)
#BAB4CC
(186,180,204)
#C2BDD2
(194,189,210)
#CAC6D8
(202,198,216)
#D2CFDE
(210,207,222)
#DAD8E4
(218,216,228)
#E2E1EA
(226,225,234)
#EAEAF0
(234,234,240)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A299BA color. Also use rgb(162,153,186) instead hex code.

Text Font Color

.myTextColor { color: #A299BA; }

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

This text font color is #A299BA.

Background Color

.myBgColor { background-color: #A299BA; }

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

This div background color is #A299BA.

Border color

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

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

This div border color is #A299BA.

Opacity

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

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

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

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

This text has shadow with #A299BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A299BA.

Preview

Color preview on black background

This text has color #A299BA on black background.


Color preview on white background

This text has color #A299BA on white background.


Black color preview on #A299BA background

This text has black color on #A299BA background.


White color preview on #A299BA background

This text has white color on #A299BA background.


Related colors

Complementary color

Complementary color for #hex is #5D6645.


I love getcolorcode.com

Triadic colors

1 #BAA299 and #99BAA2 with #A299BA are triadic colors.

2 #BA99A2 and #99A2BA with #A299BA are triadic colors.