#A1AFD2

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

Shades of Echo Blue #A1AFD2

Tints of Echo Blue #A1AFD2

Color information

#A1AFD2 (or 0xA1AFD2) is unknown color: approx Echo Blue. HEX triplet: A1, AF and D2. RGB value is (161,175,210). Sum of RGB (Red+Green+Blue) = 161+175+210=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #A1AFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFD2 is #5E502D. Grayscale: #AEAEAE. Windows color (decimal): -6180910 or 13807521. OLE color: 13807521.

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

Color convert

RGB161175210-
CMYK0.230.1700.18
HSL222.86º35.25%72.75%-
HSV(B)222.86º23.33%82.35%-
XYZ41.6642.8967.06-
YUV174.8147.86118.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=29.49%
G=32.05%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611752100.230.1700.18222.8635.2572.75
HexA1AFD21711012df2349
Octal241257322272102233743111
Binary1010000110101111110100101011110001010010110111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFD2; }

 p { color: rgb(161,175,210); }

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

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

 a { background-color: rgb(161,175,210); }

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

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

 span { border-color: rgb(161,175,210); }

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