#A5AFD0

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

Shades of Echo Blue #A5AFD0

Tints of Echo Blue #A5AFD0

Color information

#A5AFD0 (or 0xA5AFD0) is unknown color: approx Echo Blue. HEX triplet: A5, AF and D0. RGB value is (165,175,208). Sum of RGB (Red+Green+Blue) = 165+175+208=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFD0 is #5A502F. Grayscale: #AFAFAF. Windows color (decimal): -5918768 or 13676453. OLE color: 13676453.

HSL color Cylindrical-coordinate representation of color #A5AFD0: hue angle of 226.05º 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 #A5AFD0 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165175208-
CMYK0.210.1600.18
HSL226.05º31.39%73.14%-
HSV(B)226.05º20.67%81.57%-
XYZ42.2343.2165.79-
YUV175.77146.19120.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=30.11%
G=31.93%
B=37.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651752080.210.1600.18226.0531.3973.14
HexA5AFD01510012e21f49
Octal245257320252002234237111
Binary101001011010111111010000101011000001001011100010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFD0; }

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

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

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

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

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

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

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

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