COLOR #A5ACC0

HEX: #A5ACC0 RGB: (165,172,192)

Color info

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

RGB color model

#A5ACC0 color RGB value is (165,172,192).

RGB: (165,172,192) (65%, 67%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 192 of 255 = 75%

165
172
192

R + G + B ~ 69%. #A5ACC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 192 = 529 (100%)
R 165 of 529 ~ 31.19%
G 172 of 529 ~ 32.51%
B 192 of 529 ~ 36.29'%

%31.19
%32.51
%36.29

CMYK color model

#A5ACC0 color CMYK value is (14,10,0,25).

  • cyan value is 14.06%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (14,10,0,25)
C14M10Y0K25 (14%, 10%, 0%, 25%)
(0.14 / 0.10 / 0.00 / 0.25)

CMYK percentages

%14.06
%10.42
%0
%24.71

Codes

Color #A5ACC0 in popluar color models

A5 AC C0
RGB 165 172 192
HSL 224° 17.65% 70.00%
HSB/HSV 224° 14.06% 75.29%
CMYK 14.06% 10.42% 0.00%
24.71%

Color #A5ACC0 in popluar number systems.

HEX A5 AC C0
Decimal 165 172 192
Binary 10100101 10101100 11000000
Octal 245 254 300

Shades and tints

Shades of #A5ACC0

#A5ACC0
(165,172,192)
#969DAF
(150,157,175)
#878E9E
(135,142,158)
#787F8D
(120,127,141)
#69707C
(105,112,124)
#5A616B
(90,97,107)
#4B525A
(75,82,90)
#3C4349
(60,67,73)
#2D3438
(45,52,56)
#1E2527
(30,37,39)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #A5ACC0

#A5ACC0
(165,172,192)
#ADB3C5
(173,179,197)
#B5BACA
(181,186,202)
#BDC1CF
(189,193,207)
#C5C8D4
(197,200,212)
#CDCFD9
(205,207,217)
#D5D6DE
(213,214,222)
#DDDDE3
(221,221,227)
#E5E4E8
(229,228,232)
#EDEBED
(237,235,237)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ACC0 color. Also use rgb(165,172,192) instead hex code.

Text Font Color

.myTextColor { color: #A5ACC0; }

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

This text font color is #A5ACC0.

Background Color

.myBgColor { background-color: #A5ACC0; }

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

This div background color is #A5ACC0.

Border color

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

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

This div border color is #A5ACC0.

Opacity

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

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

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

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

This text has shadow with #A5ACC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ACC0.

Preview

Color preview on black background

This text has color #A5ACC0 on black background.


Color preview on white background

This text has color #A5ACC0 on white background.


Black color preview on #A5ACC0 background

This text has black color on #A5ACC0 background.


White color preview on #A5ACC0 background

This text has white color on #A5ACC0 background.


Related colors

Complementary color

Complementary color for #hex is #5A533F.


I love getcolorcode.com

Triadic colors

1 #C0A5AC and #ACC0A5 with #A5ACC0 are triadic colors.

2 #C0ACA5 and #ACA5C0 with #A5ACC0 are triadic colors.