#A5ACD5

Color #A5ACD5 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A5ACD5

Tints of Echo Blue #A5ACD5

Color information

#A5ACD5 (or 0xA5ACD5) is unknown color: approx Echo Blue. HEX triplet: A5, AC and D5. RGB value is (165,172,213). Sum of RGB (Red+Green+Blue) = 165+172+213=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACD5 is #5A532A. Grayscale: #AEAEAE. Windows color (decimal): -5919531 or 14003365. OLE color: 14003365.

HSL color Cylindrical-coordinate representation of color #A5ACD5: hue angle of 231.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5ACD5 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165172213-
CMYK0.230.1900.16
HSL231.25º36.36%74.12%-
HSV(B)231.25º22.54%83.53%-
XYZ42.2842.3168.89-
YUV174.58149.68121.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=30%
G=31.27%
B=38.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651722130.230.1900.16231.2536.3674.12
HexA5ACD51713010e7244a
Octal245254325272302034744112
Binary1010010110101100110101011011110011010000111001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACD5; }

 p { color: rgb(165,172,213); }

 H1.HeaderClassName
 {
   color: #A5ACD5;
 }
 .AnyTagClassName
 {
   color: #A5ACD5;
 }
</style>
background-color css

<style>
 a { background-color: #A5ACD5; }

 a { background-color: rgb(165,172,213); }

 div.DivClassName
 {
   background-color: #A5ACD5;
 }
 .BgClassName
 {
   background-color: #A5ACD5;
 }
</style>
border-color css

<style>
 span { border-color: #A5ACD5; }

 span { border-color: rgb(165,172,213); }

 td.TdClassName
 {
   border-color: #A5ACD5;
 }
 .TagClassName
 {
   border-color: #A5ACD5;
 }
</style>