#A5AFDC

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

Shades of Echo Blue #A5AFDC

Tints of Echo Blue #A5AFDC

Color information

#A5AFDC (or 0xA5AFDC) is unknown color: approx Echo Blue. HEX triplet: A5, AF and DC. RGB value is (165,175,220). Sum of RGB (Red+Green+Blue) = 165+175+220=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFDC is #5A5023. Grayscale: #B0B0B0. Windows color (decimal): -5918756 or 14462885. OLE color: 14462885.

HSL color Cylindrical-coordinate representation of color #A5AFDC: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5AFDC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165175220-
CMYK0.250.2000.14
HSL229.09º44%75.49%-
HSV(B)229.09º25%86.27%-
XYZ43.7743.8373.86-
YUV177.14152.19119.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=29.46%
G=31.25%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651752200.250.2000.14229.094475.49
HexA5AFDC19140Ee52c4b
Octal245257334312401634554113
Binary101001011010111111011100110011010001110111001011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFDC; }

 p { color: rgb(165,175,220); }

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

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

 a { background-color: rgb(165,175,220); }

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

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

 span { border-color: rgb(165,175,220); }

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