#a3afdc

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

Shades of Echo Blue #A3AFDC

Tints of Echo Blue #A3AFDC

Color information

#A3AFDC (or 0xA3AFDC) is unknown color: approx Echo Blue. HEX triplet: A3, AF and DC. RGB value is (163,175,220). Sum of RGB (Red+Green+Blue) = 163+175+220=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFDC is #5C5023. Grayscale: #B0B0B0. Windows color (decimal): -6049828 or 14462883. OLE color: 14462883.

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

Color convert

RGB163175220-
CMYK0.260.2000.14
HSL227.37º44.88%75.1%-
HSV(B)227.37º25.91%86.27%-
XYZ43.3543.6173.84-
YUV176.54152.52118.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=29.21%
G=31.36%
B=39.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631752200.260.2000.14227.3744.8875.1
HexA3AFDC1A140Ee32d4b
Octal243257334322401634355113
Binary101000111010111111011100110101010001110111000111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3afdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3afdc; }

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

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

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

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

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

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

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

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