COLOR #A093AE

HEX: #A093AE RGB: (160,147,174)

Color info

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

RGB color model

#A093AE color RGB value is (160,147,174).

RGB: (160,147,174) (63%, 58%, 68%)

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 174 of 255 = 68%

160
147
174

R + G + B ~ 63%. #A093AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 147 + 174 = 481 (100%)
R 160 of 481 ~ 33.26%
G 147 of 481 ~ 30.56%
B 174 of 481 ~ 36.17'%

%33.26
%30.56
%36.17

CMYK color model

#A093AE color CMYK value is (8,16,0,32).

  • cyan value is 8.05%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (8,16,0,32)
C8M16Y0K32 (8%, 16%, 0%, 32%)
(0.08 / 0.16 / 0.00 / 0.32)

CMYK percentages

%8.05
%15.52
%0
%31.76

Codes

Color #A093AE in popluar color models

A0 93 AE
RGB 160 147 174
HSL 269° 14.29% 62.94%
HSB/HSV 269° 15.52% 68.24%
CMYK 8.05% 15.52% 0.00%
31.76%

Color #A093AE in popluar number systems.

HEX A0 93 AE
Decimal 160 147 174
Binary 10100000 10010011 10101110
Octal 240 223 256

Shades and tints

Shades of #A093AE

#A093AE
(160,147,174)
#92869F
(146,134,159)
#847990
(132,121,144)
#766C81
(118,108,129)
#685F72
(104,95,114)
#5A5263
(90,82,99)
#4C4554
(76,69,84)
#3E3845
(62,56,69)
#302B36
(48,43,54)
#221E27
(34,30,39)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #A093AE

#A093AE
(160,147,174)
#A89CB5
(168,156,181)
#B0A5BC
(176,165,188)
#B8AEC3
(184,174,195)
#C0B7CA
(192,183,202)
#C8C0D1
(200,192,209)
#D0C9D8
(208,201,216)
#D8D2DF
(216,210,223)
#E0DBE6
(224,219,230)
#E8E4ED
(232,228,237)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A093AE color. Also use rgb(160,147,174) instead hex code.

Text Font Color

.myTextColor { color: #A093AE; }

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

This text font color is #A093AE.

Background Color

.myBgColor { background-color: #A093AE; }

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

This div background color is #A093AE.

Border color

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

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

This div border color is #A093AE.

Opacity

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

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

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

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

This text has shadow with #A093AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A093AE.

Preview

Color preview on black background

This text has color #A093AE on black background.


Color preview on white background

This text has color #A093AE on white background.


Black color preview on #A093AE background

This text has black color on #A093AE background.


White color preview on #A093AE background

This text has white color on #A093AE background.


Related colors

Complementary color

Complementary color for #hex is #5F6C51.


I love getcolorcode.com

Triadic colors

1 #AEA093 and #93AEA0 with #A093AE are triadic colors.

2 #AE93A0 and #93A0AE with #A093AE are triadic colors.