#A5ACD0

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

Shades of Echo Blue #A5ACD0

Tints of Echo Blue #A5ACD0

Color information

#A5ACD0 (or 0xA5ACD0) is unknown color: approx Echo Blue. HEX triplet: A5, AC and D0. RGB value is (165,172,208). Sum of RGB (Red+Green+Blue) = 165+172+208=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACD0 is #5A532F. Grayscale: #ADADAD. Windows color (decimal): -5919536 or 13675685. OLE color: 13675685.

HSL color Cylindrical-coordinate representation of color #A5ACD0: hue angle of 230.23º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5ACD0 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165172208-
CMYK0.210.1700.18
HSL230.23º31.39%73.14%-
HSV(B)230.23º20.67%81.57%-
XYZ41.6542.0665.6-
YUV174.01147.18121.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=30.28%
G=31.56%
B=38.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651722080.210.1700.18230.2331.3973.14
HexA5ACD01511012e61f49
Octal245254320252102234637111
Binary101001011010110011010000101011000101001011100110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACD0; }

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

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

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

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

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

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

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

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